Cancel recipient verification
Cancels the pending verification session for a self-hosted wallet address book recipient.
This endpoint is only available for Singapore (CIRCLE_SG) entities. The recipient must have ownership.custody.type of self_hosted and be in pending_verification status (canceling does not change this status). After cancellation, you can either call POST /v1/addressBook/recipients/{id}/verification/resend to start a new verification, or DELETE /v1/addressBook/recipients/{id} to remove the address.
Returns 400 if the session is not cancelable (already canceled, expired, or verification already succeeded).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Universally unique identifier (UUID v4) of a resource.
"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"
Response
Successfully canceled the verification session.