Skip to main content
DELETE
/
users
/
{id}
Delete User
curl --request DELETE \
  --url https://crm.universal.rollout.com/api/users/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Rollout-Credential-Id: <api-key>'
"<array>"
DELETE /users/{id} Base URL: https://crm.universal.rollout.com/api

Parameters

NameInTypeRequired
idpathstringYes

Responses

StatusDescription
200OK
400Bad Request
404Not Found
409Conflict

OpenAPI Source

/openapi/crm.json DELETE /users/{id}

Authorizations

Authorization
string
header
required

Authorization JWT

X-Rollout-Credential-Id
string
header
required

The Rollout Credential ID to use for queries/mutations

Path Parameters

id
string
required

Response

OK