mx_platform

Delete manual account

This endpoint deletes accounts that were manually created. The API will respond with an empty object and a status of 204 No Content.

delete/users/{user_guid}/accounts/{account_guid}

Path parameters

account_guidstring required

The unique id for an account.

user_guidstring required

The unique id for a user.

Response

No content.

Changes