admin.users
Delete an accountant user
Deletes an accountant user by ID.
delete/admin/users/{id}
Path parameters
idstring cuid required
The ID of the item
Example:cmf41ajzv003706un4i99q19z
Response
Accountant user removed
Example response
{
"object": "file",
"deleted": true,
"id": "cmf41ajzv003706un4i99q19z"
}Changes
Changed in 1 of the 5 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ○