Remove custom domain.
Remove custom domain from the specified application.
Path parameters
-
The unique identifier of the application.
DELETE /api/applications/{id}/protected-app-metadata/custom-domains/{domain}
curl \
-X DELETE https://[tenant_id].logto.app/api/applications/{id}/protected-app-metadata/custom-domains/{domain} \
-H "Authorization: Bearer $ACCESS_TOKEN"