Delete API resource scope
Delete an API resource scope (permission) from the given resource.
Path parameters
-
The unique identifier of the resource.
-
The unique identifier of the scope.
DELETE /api/resources/{resourceId}/scopes/{scopeId}
curl \
-X DELETE https://[tenant_id].logto.app/api/resources/{resourceId}/scopes/{scopeId} \
-H "Authorization: Bearer $ACCESS_TOKEN"