DELETE
/
api
/
resources
/
{schemaDefinitionNameOrId}
/
{externalId}
Delete Resource
curl --request DELETE \
  --url https://api.embedreach.com/api/resources/{schemaDefinitionNameOrId}/{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

schemaDefinitionNameOrId
string
required

The name or id of the schema definition the resource belongs to

externalId
string
required

The external ID of the resource to delete

Response

200
application/json

Status 200 response

The response is of type object.