Skip to main content
DELETE
/
api
/
resources
/
transactions
/
{externalId}
Delete Transaction Resource
curl --request DELETE \
  --url https://api.embedreach.com/api/resources/transactions/{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 transaction resource to delete

Response

Status 200 response

success
boolean
required
message
string
data
object