Cancel Request
This action will cancel a credential request. Once a request is canceled, it cannot be undone and will prevent the request from being completed by any subjects. Any draft credentials are marked canceled and any already-active credentials in the request are revoked.
Headers
Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.
^\d{4}-\d{2}-\d{2}$"2026-07-06"
Path Parameters
Unique identifier of the credential request to cancel. Must be a valid MongoDB ObjectId.
"507f1f77bcf86cd799439011"
Response
Returns a confirmation of the cancellation.
Whether the operation was successful
true