cURL
curl --request DELETE \ --url https://api.cadanapay.com/v1/sandbox/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "code": "resource_not_found", "message": "Requested resource could not be found." }
Delete a user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier for the user
Successful operation