Delete a user
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Deletes an existing user from Clumio, revoking the user's access to Clumio. A deleted user cannot be recovered.
Path Parameters
- user_id int64 required
The Clumio-assigned ID of the user to be deleted.
Responses
- 200
- default
Success
- application/api.clumio.users=v1+json
- Schema
- Example (from schema)
Schema
_links object
HateoasCommonLinks are the common fields for HATEOAS response.
_self object
The HATEOAS link to this resource.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe HTTP method to be used with the "href" link for the referenced operation.
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
}
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
Loading...