FieldEx Developer
developer notes

Delete Customer

The Delete API allows you to delete an existing customer record. The request body includes the customer’s ID.

Method Endpoint
DELETE {{endpoint}}/api/ext/customers/{id}

Headers

Key Value
Content-Type application/json
Authorization Bearer {{token}}