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

Rejecting Wipe Requests

Reject wipe request.

DELETE /contracts/wipe/requests/{requestId}/reject

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

Path Parameters

Name
Type
Description

requestId*

String

Request Identifier

Query Parameters

Name
Type
Description

ban

boolean

Reject and ban

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

Last updated