cURL
curl --request DELETE \ --url https://api.ngrok.com/reserved_domains/{id} \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
Release a reserved custom domain by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a resource identifier
Delete a reserved domain.
Was this page helpful?