Skip to main content

Delete Customer

Allows deleting a customer from the system

HTTP Request

[DELETE] /api/v6/accounts/{id}

Example

HTTP Request

DELETE api/v6/accounts/4 HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json

Status

200 OK

Response

{
"message": "Successfully deleted",
"id": 4
}