Delete
DELETE /v1/customers/{id}
Delete an existing customer.
Path Parameters
id
integer
Required
The id of the customer.
Example Request
curl -X DELETE https://api.realmailers.com/v1/customers/{id} \
-H 'Authorization: Bearer YOUR_API_KEY'
Response Schema
{
created_at: Timestamp(ISO8601)
updated_at: Timestamp(ISO8601)
email: String
id: Number
}