accounts

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 identifier for a user, beginning with the prefix USR-.

Headers

Acceptstring required
Example:application/vnd.mx.api.v1+json

Specifies the media type expected in the response.

Response

No content.

Changes