cURL
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 }
Unregisters a private location worker.
OK
The response is of type object.
object