Skip to main content
DELETE
/
api
/
resources
/
customers
/
{externalId}
Delete Customer Resource
curl --request DELETE \
  --url https://api.embedreach.com/api/resources/customers/{externalId}
{
  "success": true,
  "message": "<string>",
  "data": {
    "message": "<string>",
    "deleted": true
  }
}

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Path Parameters

externalId
string
required

The external ID of the customer resource to delete

Response

Status 200 response

success
boolean
required
message
string
data
object