Delete Saved View
DELETE/api/support/agent/saved-views/:view
Deletes a saved view. The owner may delete any of their views; a support admin may also delete a shared view that belongs to someone else (so a departed colleague's shared views can be tidied up). A private view owned by someone else is reported as not found.
support:writeGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Path parameters
view(integer) — the saved view id.
Authentication: Bearer token with the support:write scope, or an authenticated session, from a caller with an active support role (any role, including viewer). No tenant context — this endpoint is central.
Request
Responses
- 204
- 401
- 403
- 404
- 429
No Content
Unauthorized
Response Headers
Forbidden
Response Headers
Not Found
Response Headers
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.