Remove Ticket Link
DELETE/api/support/agent/tickets/:ticket/links/:link
Removes a link from the ticket.
Required scope:
support:writeGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Authentication: Bearer token with the support:write scope, or an authenticated session, from a caller with an active support role that can work tickets.
Request
Responses
- 204
- 401
- 403
- 404
- 429
No Content
Unauthorized
Response Headers
Content-Type
Forbidden
Response Headers
Content-Type
Not Found
Response Headers
Content-Type
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.