Skip to main content

Delete a user

Newer Version Available

A newer version of this API is available with simplified payloads aligned with the UI.

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.

Loading...