Sub-Accounts

Deactivate the subscription

PUT
/api/sandbox/v1/multiaccount/de-activate

Deactivate the sub-accounts subscription.

This does not close the relationships already created between the parent and its sub-accounts — they are preserved, and reactivating restores access.

Authorization

bearerAuth
AuthorizationBearer <token>

The access_token returned by POST /api/v1/get-token.

In: header

Response Body

application/json

application/json

curl -X PUT "https://example.com/api/sandbox/v1/multiaccount/de-activate"
{  "status": 200,  "message": "Updated Successfully",  "data": "un-subscribed Successfully"}