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