Delete User
Delete an Auth0 user by specifying a user ID.
Input
Field | Definition | Type | Required |
---|---|---|---|
User |
|||
ID |
Unique identifier of the user. |
Text |
TRUE |
Output
Field | Definition | Type |
---|---|---|
Status Code |
Result of the operation. If the value of ID matches the expected user ID format, the connector returns a 204 No Content status code to indicate that the server received the request. Any subsequent calls to delete the same user also returns the same 204 No Content status code. However, if the user ID doesn't match the expected format, the API returns a 400 Bad Request status, along with the error message: Object didn't pass validation for format user-id: {id_value}. |
Number |