00c653316d35

latestOpenAPI 3.0.32026-08-13154321638.4 KB
Harbors

Delete Harbor

Deletes a Harbor and revokes its credentials.

🚧 Harbor deletion

Deleting a Harbor revokes its credentials, context documents, and user assignments. A customer-managed backing Connection remains available. Polytomic deletes a managed backing Connection only when no other resource uses it.

delete/api/harbors/{harbor_id}

Path parameters

harbor_idstring uuid required

Unique identifier of the Harbor.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the Harbor.

Headers

X-Polytomic-Versionstring

Response

OK

Example response

{
  "data": {
    "id": "248df4b7-aa70-47b8-a036-33ac447e668d"
  }
}