Tickets APIDELETE/api/v1/tickets/{id}/external-links/{linkId}
Product availabilityAlgaPSAAlgaDesk
Remove a ticket external link
Removes a link belonging to the ticket and writes a ticket activity entry.
Path parameters
idstring <uuid>Required
Ticket UUID.
linkIdstring <uuid>Required
External link UUID.
Response body
Success response 200 · schema WorkV1ApiSuccess
anyOf (option 2)array of object
Response codes
200
External link removed.
400
Validation or request parsing failure.
401
API key missing/invalid.
403
RBAC denied for ticket resource action.
404
Ticket or sub-resource not found.
500
Unexpected controller/service failure.