Queues
Ticket
Ticket Link
Ticket Message
User Group
webhooks
Ticket
unShare a ticket
POST
/
tickets
/
unshare
/
{id}
unShare a ticket
Copy
Ask AI
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>"
}
}'
Copy
Ask AI
{
"ticketId": "<string>",
"queueIds": [
"<string>"
]
}
Authorizations
Path Parameters
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
unShare a ticket
Copy
Ask AI
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>"
}
}'
Copy
Ask AI
{
"ticketId": "<string>",
"queueIds": [
"<string>"
]
}
Assistant
Responses are generated using AI and may contain mistakes.