Delete custom domain
render_delete_custom_domainRemove a custom domain from a Render service by providing the service ID and the custom domain ID or name.
Instructions
Delete custom domain. Delete a custom domain for a service given the service id and custom domain id or name. Calls DELETE /services/{serviceId}/custom-domains/{customDomainNameOrID} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | Yes | The ID of the service | |
| customDomainNameOrID | Yes | The ID or name of the custom domain |