/v1/tenant/users/{userId}
DELETE
/v1/tenant/users/{userId}Authorization
ApiKey Bearer X-Api-Key<token>
Provide your API key in the X-Api-Key header.
In: header
AuthorizationBearer <token>
Enter a JWT token obtained from /v1/auth/login.
In: header
Path Parameters
userId*string
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/v1/tenant/users/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}