curl -X DELETE https://api.attio.com/scim/v2/Users/3a8f5b2c-9e14-4d7a-b832-1c6f85d90e47 \
-H "Authorization: Bearer <token>"
{}
Users
Delete a SCIM user
Deletes a SCIM user from the workspace, suspending active members and cancelling pending invites. Returns 204 No Content on success.
Required scopes: user_management:read-write.
DELETE
/
scim
/
v2
/
Users
/
{user_id}
curl -X DELETE https://api.attio.com/scim/v2/Users/3a8f5b2c-9e14-4d7a-b832-1c6f85d90e47 \
-H "Authorization: Bearer <token>"
{}
Authorizations
string
required
This API uses OAuth 2.0 with the authorization code grant flow.
Path
string
required
The workspace membership ID or workspace invite ID of the user to delete.
Response
Returns204 No Content with an empty body on success.
curl -X DELETE https://api.attio.com/scim/v2/Users/3a8f5b2c-9e14-4d7a-b832-1c6f85d90e47 \
-H "Authorization: Bearer <token>"
{}
Was this page helpful?
⌘I