Revokes an existing mandate by setting its status to INACTIVE
Mandate revoked successfully
Invalid mandate ID format
Unauthorized access
Mandate not found
curl -i -X DELETE \ 'https://toast-api-server/v1/mandates/{mandateId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "status": 0,
- "code": 0,
- "message": "string",
- "messageKey": "string",
- "fieldName": "string",
- "link": "string",
- "requestId": "string",
- "developerMessage": "string",
- "errors": [
- { }
], - "canRetry": true
}