00c653316d35
latestOpenAPI 3.0.32026-08-13154321638.4 KBHarbors
Delete Harbor Context Document
Deletes one context document from a Harbor.
Deleting a context document does not affect the Harbor or its other context documents.
delete/api/harbors/{harbor_id}/contexts/{context_id}
Path parameters
harbor_idstring uuid required
Unique identifier of the Harbor.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the Harbor.
context_idstring uuid required
Unique identifier of the context document.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the context document.
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"id": "248df4b7-aa70-47b8-a036-33ac447e668d"
}
}