Skip to content
Ordinal
Esc
↑↓navigate↵open⌘Jpreview

Delete an engagement

Remove a team engagement from a post

DELETE/engagements/{id}
Authorization
AuthorizationBearer token · headerrequired

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

Path parameters
idstring<uuid>required

Engagement ID (UUID)

Responses
200

Engagement deleted

successboolean
401

Unauthorized - Missing or invalid API key

codestring
messagestring
404

Not Found - Resource does not exist

codestring
messagestring
Try it
Server
Authorization
Parameters
Request
curl -X DELETE 'https://app.tryordinal.com/api/v1/engagements/497f6eca-6276-4993-bfeb-53cbbbba6f08' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
{
  "success": true
}