curl --request DELETE \
--url https://core.ravenna.ai/api/ticket-links/{id} \
--header 'x-ravenna-api-token: <api-key>'
{
"id": "<string>",
"name": "<string>",
"url": "<string>",
"userId": "<string>",
"ticketId": "<string>",
"remoteId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
curl --request DELETE \
--url https://core.ravenna.ai/api/ticket-links/{id} \
--header 'x-ravenna-api-token: <api-key>'
{
"id": "<string>",
"name": "<string>",
"url": "<string>",
"userId": "<string>",
"ticketId": "<string>",
"remoteId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
Successful response
The response is of type object
.
Was this page helpful?