This action will cancel a credential request, by setting the canceledAt timestamp on the request.
This operation is irreversible, and will prevent the request from being processed further by the subjects
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.
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.
^\d{4}-\d{2}-\d{2}$"2026-03-03"
Unique identifier of the credential request to cancel. Must be a valid MongoDB ObjectId.
"507f1f77bcf86cd799439011"
Returns true to confirm the cancellation.
The response is of type boolean.