Skip to main content
DELETE
/
v1
/
users
/
admins
/
{userId}
Remove Admin
curl --request DELETE \
  --url https://api.cadanapay.com/v1/users/admins/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "resource_not_found",
  "message": "Requested resource could not be found."
}

Authorizations

Authorization
string
header
required

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

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

userId
string<uuid>
required

The unique identifier for the user

Response

Successful operation