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.

Loading...