Skip to main content
DELETE
/
v1
/
integrations
/
engagements
/
{id}
Delete an engagement
curl --request DELETE \
  --url https://functions.siro.ai/api-externalApi/v1/integrations/engagements/{id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

Path Parameters

id
string
required

Query Parameters

idType
enum<string>

Specifies whether the id path parameter is an internal engagement ID or an external ID from the source system. Defaults to internal.

Available options:
internal,
external
integrationPlatform
string

Optional override to specify integration platform if organization has multiple integrations. Only used when idType=external.

Response

200 - application/json

Delete an engagement

The response is of type boolean.