Delete a Client
DELETE
{{baseurl}}/v1/api/actors/:actorId
This endpoint allows you to delete a client.
Header
Name
Type
Description
token*
String
API token
Body
Name
Type
Description
actorId
String
ID of the actor record in database
{
"success": true,
"statusCode": 200,
"message": "Actor record removed for this business!",
"data": {},
"links": []
}
{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}
Last updated
Was this helpful?