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