Delete a Private Location
API Explorer: /private-locations/{harborId}
To delete a private location, DELETE the provided configuration (you will need the harborId
). The sample code deletes the private location with harborId
of 5d1641a21726d36d4632fd34
. To use this API, replace the harborId
of 5d1641a21726d36d4632fd34
with your harborId
.
If you do not know the
harborId
of the private location to delete, use List Private Locations to return a list of your created private locations.Delete a Private Location
curl 'https://a.blazemeter.com/api/v4/private-locations/5d1641a21726d36d4632fd34' \
-X DELETE \
-H 'Content-Type: application/json' \
--user 'api_key_id:api_key_secret'
Response204 No Content