Path parameters
-
The unique identifier of the domain.
DELETE
/api/domains/{id}
curl \
--request DELETE https://[tenant_id].logto.app/api/domains/{id} \
--header "Authorization: Bearer $ACCESS_TOKEN"
The unique identifier of the domain.
curl \
--request DELETE https://[tenant_id].logto.app/api/domains/{id} \
--header "Authorization: Bearer $ACCESS_TOKEN"