Idempotent
Delete user
Delete a user by their ID
Path Parameters
- Type: stringidrequired
Headers
- Type: stringx
-corma -idempotency -key min length:1Optional client-generated key. Reusing the same key with an identical request replays the original response instead of enqueueing a duplicate task.
Responses
- Type: object ·200
OK
- Type: object · nullablecountryrequired
- Type: string nullablecountry
Code required - Type: string Format: date-timecreated
At requiredThe timestamp of when this resource was created. ISO 8601 format.
- Type: stringemailrequired
- Type: array ·emailsrequired
- Type: string · enumnullablehr
Status requiredvalues- active
- terminated
- pending
- Type: stringidrequired
- Type: string · enumnullableidp
Status requiredvalues- active
- suspended
- archived
- deprovisioned
- Type: object · nullablejobrequired
- Type: string nullablejob
Key required - Type: stringnamerequired
- Type: string nullablepersonal
Email required - Type: array ·sourcesrequired
- Type: string Format: date-timenullablestart
Date requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: object · nullableteamrequired
- Type: string nullableteam
Key required - Type: string Format: date-timenullabletermination
Date requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: string · enumtyperequiredvalues
- employee
- external
- service
_account - agent
- Type: string Format: date-timeupdated
At requiredThe timestamp of the last update to this resource. ISO 8601 format.
application/json
delete/users/{id}
{
"id": "string",
"type": "employee",
"email": "string",
"personalEmail": "string",
"name": "string",
"idpStatus": "active",
"hrStatus": "active",
"jobKey": "string",
"countryCode": "string",
"teamKey": "string",
"startDate": "2026-07-23T16:23:32.922Z",
"terminationDate": "2026-07-23T16:23:32.922Z",
"emails": [
{
"email": "string",
"isPrimary": true,
"sourceKind": "manual"
}
],
"job": {
"key": "string",
"display_name": "string"
},
"country": {
"country_code": "string"
},
"team": {
"key": "string",
"displayName": "string"
},
"sources": [
{
"type": "corma",
"kind": "extension",
"createdAt": "2026-07-23T16:23:32.922Z",
"lastUpdatedAt": "2026-07-23T16:23:32.922Z"
}
],
"createdAt": "2026-07-23T16:23:32.922Z",
"updatedAt": "2026-07-23T16:23:32.922Z"
}