PUT
/
apiKey
/
v1
/
private-location
/
unregister
curl --request PUT \
  --url https://app.octomind.dev/api/apiKey/v1/private-location/unregister \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>"
}'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

OK

The response is of type object.