Skip to main content
DELETE
/
v2
/
tickets
/
{ticket_id}
/
subscribers
Delete Ticket Subscribers
curl --request DELETE \
  --url https://public.api.serval.com/v2/tickets/{ticket_id}/subscribers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "userIds": [
    "<string>"
  ]
}'
{}

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

Body

application/json
userIds
string[]

Response

Success

The response is of type object.