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