Skip to main content
DELETE
/
v2
/
tickets
/
{ticket_id}
/
disconnect
/
{source_id}
Disconnect from External Ticket
curl --request DELETE \
  --url https://public.api.serval.com/v2/tickets/{ticket_id}/disconnect/{source_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ticket_id
string
required

The Serval ticket ID to disconnect from

source_id
string
required

The source ID (connected service ID or integration ID) to disconnect This identifies which external system/channel to stop syncing with

Response

Success

The response is of type object.