Skip to main content
DELETE
/
users
/
{userName}
Delete user account
curl --request DELETE \
  --url https://{organization}.admin.credibledata.com/api/v0/users/{userName} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userName
string
required

The unique identifier of the user Valid email address pattern

Pattern: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$

Response

User deleted successfully