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

Unsetting Retire Pool

Unset retire pool.

DELETE /contracts/retire/pools/{poolId}

Unset retire contract pool. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

poolId

String

Pool Identifier

content:
            application/json:
              schema:
                type: boolean

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

Last updated