Skip to main content

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

Success


Schema
  • _links object

    HateoasCommonLinks are the common fields for HATEOAS response.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

DELETE /users/:user_id-v1    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
user_id — path required
curl -L -X GET 'https://us-west-2.api.clumio.com' \
-H 'Accept: application/api.clumio.users=v1+json' \
-H 'Authorization: Bearer <TOKEN>'