Delete user
Use this endpoint to delete the specified user. The response will have a status of 204 No Content without an object.
warning
Deleting a user is permanent. Deleted users can never be restored. For more info, see Deleting Objects.
DELETE
/users/{user_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept Specifies the media type expected in the response. | Required | String |
Loading...