Skip to main content
DELETE
Cancel Request

Headers

API-Version
string

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.

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

"2026-07-06"

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