Delete Harbor Saved Query

Beta
Archives one Harbor saved query and removes it from active reads. Archiving removes the saved query and any draft from active reads while retaining its immutable revisions for provenance. The operation does not run the saved SQL or modify the Harbor backing Connection. Archiving does not cancel in-flight execution requests or queued executions. This REST operation archives the saved query; it does not merely unpublish it. Unpublish is available only through the GraphQL `unpublishHarborSavedQuery` mutation. There is no REST unpublish endpoint.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

harbor_idstringRequiredformat: "uuid"
Unique identifier of the Harbor.
saved_query_idstringRequiredformat: "uuid"
Unique stable identifier of the saved query.

Headers

X-Polytomic-VersionstringOptional

Response

OK
dataobjectOptional

Errors

403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error