Deleting a user
POST https://{{base_url}}/v6/users/{{uid}}/delete.json
Deleting a user
Deletes a user. Requires Edit users in all account groups or Edit users permissions to be assigned to the user making the request.
Optional (querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information
- aid={aid} optional, changes the account group context of the current request. If an invalid account group ID is specified as a parameter, the response will come back as an HTTP/400 error
Request
- uid={uid} is the unique user ID for the user to delete.
- content-type and accept headers must be set (both to application/json) when using this endpoint.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |