DELETE   private-repository/disassociate/{repo_id}/{geoloc}

Disassociates a Docker repository from a specified geolocation for the current customer.

URL Parameters

NameDescription
repo_id

The repository ID.

geoloc

The geolocation string.

Remarks

Use GET private locations route to get the list of private locations having values applicable for geoloc.
Use GET private repositories route to get the list of private repositories having values applicable for repo_id.

Request example

curl --request DELETE "https://api-asm1.apica.io/v3/private-repository/disassociate/{repo_id}/{geoloc}?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

A task that represents the asynchronous operation.