-
Print
-
DarkLight
DELETE /teams/{userId}
Deletes a user with the given ID
Header
Parameter | Type | Description |
---|---|---|
api_token | string | You can get the REST API from Settings > Advanced > API tokens. |
Route Parameters
Parameter | Required | Type | Description |
---|---|---|---|
userId | Yes | string | The ID of the user to delete |
Response
If the result property is true, then it indicates that the record has been successfully deleted.
{
"extension_data": null,
"context": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
Was this article helpful?