Skip to main content
POST
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Body

application/json

Request body for cancelling a Satoshi Test challenge that is in PREPARE or PENDING status.

challenge_id
string<uuid>
required

The challenge ID to cancel.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

The challenge has been cancelled.

challenge_id
string<uuid>
required

The challenge that was cancelled.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

status
enum<string>
required

Final status after cancellation.

Available options:
DELETED
Example:

"DELETED"