curl --request DELETE \
--url https://api-sandbox.grailpay.com/3p/api/v2/users/uuid \
--header 'accept: application/json' \
--header 'content-type: application/json'
{
"status": true,
"message": "The user has been deleted successfully.",
"data": [],
"errors": null,
"error_code": null
}
DELETE https://api-sandbox.grailpay.com/3p/api/v2/users/{uuid}
This endpoint allows for the deletion of a user
Path Params
Registered business or person uuid
Responses
200
202
curl --request DELETE \
--url https://api-sandbox.grailpay.com/3p/api/v2/users/uuid \
--header 'accept: application/json' \
--header 'content-type: application/json'
{
"status": true,
"message": "The user has been deleted successfully.",
"data": [],
"errors": null,
"error_code": null
}