Delete a Workspace in Private Location
API Explorer: /private-locations/{harborId}/workspaces/{workspaceId}
To delete a workspace from a private location, DELETE the provided configuration (you will need the harborId
and workspaceId
). The sample code deletes the workspaceId
of 234567
from the private location with harborId
of 5d1641a21726d36d4632fd34
. To use this API, replace the workspaceId
of 234567
with your workspaceId
and replace the harborId
of 5d1641a21726d36d4632fd34
with your harborId
.
If you do not know the
harborId
of the private location, use List Private Locations to return a list of your private locations. If you do not know the workspaceId
of the workspace you are wanting to delete, use List Workspaces to return a list of your workspaces.
Delete a Workspace in Private Location
Response204 No content