users

Delete a user

Deletes a client user from the client by ID.

delete/users/{id}

Path parameters

idstring cuid required

The ID of the item

Example:cmf41ajzv003706un4i99q19z

Headers

x-client-idstring cuid required

The ID of the client

Example:cmf41ajzv003706un4i99q19z

Response

User deleted

objectstring required

The type of the deleted object

deletedboolean required

Whether the object was deleted

idstring cuid required

The ID of the deleted object

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/json for the response with the status 500

      response-media-type-added