Delete a user Run in API Explorer
Ask AI
Deletes the user from Adra. The underlying user record is soft-deleted.
DELETE
/Users/{identifier}
curl \
--request DELETE 'https://setup.adra.com/api/organizations/{organizationSid}/scim/Users/{identifier}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}
Response examples (401)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}
Response examples (403)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}
Response examples (500)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}
Response examples (501)
{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}