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>"
]
}
Successful response
The response is of type object
.
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>"
]
}