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
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."
}