00c653316d35
latestOpenAPI 3.0.32026-08-13154321638.4 KBHarbors
Unassign Harbor User
Removes a Harbor assignment without deleting the user.
This removes only the Harbor assignment. The organization user remains available and may retain assignments to other Harbors.
delete/api/harbors/{harbor_id}/users/{user_id}
Path parameters
harbor_idstring uuid required
Unique identifier of the Harbor.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the Harbor.
user_idstring uuid required
Unique identifier of the Harbor-only user.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the Harbor-only user.
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"id": "248df4b7-aa70-47b8-a036-33ac447e668d"
}
}