Skip to main content
DELETE
/
reserved_domains
/
{id}
/
certificate
DeleteCertificate
curl --request DELETE \
  --url https://api.ngrok.com/reserved_domains/{id}/certificate \
  --header 'Authorization: Bearer <token>' \
  --header 'ngrok-version: <ngrok-version>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

ngrok-version
integer
default:2
required

Path Parameters

id
string
required

a resource identifier

Response

204

Detach the certificate attached to a reserved domain.