Delete a user
curl --request DELETE \
--url https://app.trelica.com/api/scim/v2/Users/{userId} \
--header 'Authorization: Bearer <token>'{
"type": "about:blank",
"title": "One or more validation errors occurred.",
"status": 400,
"detail": "The request body failed validation. See errors for the offending fields.",
"errors": {
"email": [
"The email field is required."
]
},
"traceId": "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01"
}SCIM
Delete a user
Removes a user’s SaaS Manager access, following the SCIM 2.0 protocol (RFC 7644). Returns 204 No Content on success. System-managed and EPM-managed users cannot be deleted (400).
Required scope: Users.Write (Write access to users with access to SaaS Manager)
DELETE
/
api
/
scim
/
v2
/
Users
/
{userId}
Delete a user
curl --request DELETE \
--url https://app.trelica.com/api/scim/v2/Users/{userId} \
--header 'Authorization: Bearer <token>'{
"type": "about:blank",
"title": "One or more validation errors occurred.",
"status": 400,
"detail": "The request body failed validation. See errors for the offending fields.",
"errors": {
"email": [
"The email field is required."
]
},
"traceId": "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01"
}Was this page helpful?
⌘I