Skip to main content
DELETE
/
helm
/
{helmId}
/
customDomain
/
{customDomainId}
Delete a Custom Domain
curl --request DELETE \
  --url https://api.qovery.com/helm/{helmId}/customDomain/{customDomainId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '

Path Parameters

helmId
string<uuid>
required

Helm ID

customDomainId
string<uuid>
required

Custom Domain ID

Response

The resource was deleted successfully