cURL
curl --request DELETE \
--url https://cockroachlabs.cloud/api/scim/v2/Users/{id} \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{}{
"code": 123,
"details": [
{
"@type": "<string>"
}
],
"message": "<string>"
}Can be used by the following roles assigned at the organization scope:
- ORG_ADMIN
DELETE
/
api
/
scim
/
v2
/
Users
/
{id}
cURL
curl --request DELETE \
--url https://cockroachlabs.cloud/api/scim/v2/Users/{id} \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{}{
"code": 123,
"details": [
{
"@type": "<string>"
}
],
"message": "<string>"
}
