cURL
curl --request DELETE \ --url https://api.embedreach.com/api/resources/customers/{externalId}
{ "success": true, "message": "<string>", "data": { "message": "<string>", "deleted": true } }
Deletes a single customer resource identified by its external ID
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The external ID of the customer resource to delete
Status 200 response
Show child attributes