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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
data
object
required

Response

200
application/json
Successful response
ticketId
string
required
queueIds
string[]
required