Remove custom domain.

DELETE /api/applications/{id}/protected-app-metadata/custom-domains/{domain}

Remove custom domain from the specified application.

Path parameters

  • id string Required

    The unique identifier of the application.

  • domain string Required

Responses

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"