DELETE /xaman/payload/{uuid}
DELETE

/v1/xaman/payload/{uuid}

Cancel an unsigned sign request (xrpl.to surfaces only)

Authxrpl.to platform key (our own surfaces only; 403 otherwise)

Request

DELETEhttps://api.xrpl.to/v1/xaman/payload/{uuid}
Path parameterValueDescription
uuid
Body
curl -X DELETE 'https://api.xrpl.to/v1/xaman/payload/{uuid}'
Needs xrpl.to platform key (our own surfaces only; 403 otherwise) — copy the code and run it with your key.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Cancel an unsigned sign request (xrpl.to surfaces only)

OpenAPI