cURL
curl --request DELETE \ --url https://api.embedreach.com/api/resources/locations/{externalId}
{ "success": true, "message": "<string>", "data": { "message": "<string>", "deleted": true } }
Deletes a single location 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 location resource to delete
Status 200 response
Show child attributes
Success message after deletion
Boolean indicating if deletion was successful