Delete a Client
DELETE
{{baseurl}}/v2/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 |
Last updated