Skip to main content
DELETE
/
engagements
/
{id}
Delete an engagement
curl --request DELETE \
  --url https://app.tryordinal.com/api/v1/engagements/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Engagement ID (UUID)

Response

Engagement deleted

success
boolean