Profile

Confirm client profile deactivation

Use this method to confirm the procedure of deactivating a client profile that was initialized by a client through the mobile app.

POST
/api/v2/my/profile/deactivation

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/my/profile/deactivation" \  -H "Content-Type: application/json" \  -d '{}'
{  "code": 202,  "data": null,  "done": true,  "uuid": "36f59381-5b54-48bd-a0c7-3b908c476732",  "workflow": "terminated"}
{  "error": {    "message": "Too Many Requests"  }}
{  "error": {    "message": "Service Unavailable"  }}