POST
/
tickets
/
unshare
/
{id}
curl --request POST \
  --url https://core.api.ravennahq.com/api/tickets/unshare/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "data": {
    "workspaceId": "<string>",
    "queueId": "<string>"
  }
}'
{
  "ticketId": "<string>",
  "queueIds": [
    "<string>"
  ]
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.