For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disabling Wipe Requests

Disable wipe requests.

POST /contracts/wipe/{contractId}/requests/disable

Disable wipe contract requests. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

contractId

String

Contract Identifier

content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'

Was this helpful?