Skip to main content

Interface: SubnameRevokeRoute

Configures the route for revoking a subname, detailing the required request format, the expected response, and any necessary headers for authentication and authorization.

SubnameRevokeRoute

Hierarchy

Properties

headers

headers: ApiKeyHeaders & SIWEHeaders

Combined API key and SIWE authentication headers required for the operation. This ensures both the identity and authorization of the requester are verified.

Overrides

IRoute.headers

Defined in

lib/types/subnames/revoke.ts:50


request

request: SubnameRevokeRequest

The structure required for a subname revocation request.

Overrides

IRoute.request

Defined in

lib/types/subnames/revoke.ts:48


response

response: SubnameRevokeResponse

The expected format of the response upon successful revocation.

Overrides

IRoute.response

Defined in

lib/types/subnames/revoke.ts:49