Documentation Index

Fetch the complete documentation index at: https://docs.senhasegura.io/llms.txt

Use this file to discover all available pages before exploring further.

DELETE | Users

Prev Next

Request

To remove Users, send a request to the following endpoint:

DELETE /iso/scim/v2/Users/:id

Parameters

No parameters.

Return

If the user deletion was successful, it will return the HTTP 204 No Content response.

Sample response

HTTP/1.1 204 No Content