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."
}Remove an admin from the business account
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."
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Required when using a Platform API token. The tenant key identifying which business to operate on.
The unique identifier for the user
Successful operation