Delete a user

How to delete one of your users.

Request Endpoint: reference

DELETE /api/users/{userId}
ParameterParam TypeValueDescriptionExample Value
Signing-MethodHeaderid:valueid: This is the ID of the signing method
value: This is the value of the signing method
756ae7a7-3713-43ee-9936-0dff50306488:123456
ParameterParam TypeDescriptionData TypeMandatory
{userId}PathThe ID of the user you want to deleteString

Example Request:

DELETE /api/users/5f23aff6-6786-4160-b5cb-8f65c79eec17

Response Body:

👍

The user has been deleted successfully.

{
    "success": true
}