Skip to main content
DELETE
/
request
/
{requestId}
Cancel Request
curl --request DELETE \
  --url https://api.example.com/request/{requestId}
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://humanos.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

API-Version
string

Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today's date.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-03-03"

Path Parameters

requestId
string
required

Unique identifier of the credential request to cancel. Must be a valid MongoDB ObjectId.

Example:

"507f1f77bcf86cd799439011"

Response

Returns a confirmation of the cancellation.

success
boolean
required

Whether the operation was successful

Example:

true