Skip to main content
DELETE
/
environments
/
{environmentId}
/
custom
/
hostnames
/
{customHostnameId}
Delete the custom hostname
curl --request DELETE \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/custom/hostnames/{customHostnameId}
This response does not have an example.

Path Parameters

environmentId
string
required
Required string length: 36
Example:
customHostnameId
string
required
Required string length: 36
Example:

Response