Skip to main content

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.

Required scope: support:write

Grant 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

No Content