Skip to main content

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

FieldRequiredType

account_guid

The unique id for an account.

Required
String

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Header Parameters

FieldRequiredType

Accept

Specifies the media type expected in the response.

Required
String
Loading...