Remove an SIN to an Approved Token

This endpoint allows you to unlink a SIN (SIN1) from an approved API token, as long as another SIN (SIN2) has first been linked to this same token. Once executed, the private key corresponding to SIN1 removed cannot be used anymore in combination with the approved API token.

If you intend to remove SIN1 from a given token, this request would need to be authenticated using the public key pair corresponding to SIN2.

Path Params
string
required

Approved API token from which you would like to unlink a SIN.

string
required

SIN to be unlinked.

Headers
string
required
Defaults to application/json

Must be set to application/json for requests to the BitPay API

string
required
Defaults to 2.0.0

Must be set to 2.0.0 for requests to the BitPay API

string
required

The hexadecimal public key generated from the client private key. This header is optional for this endpoint when using the public facade, and required when using a merchant facade token.

string
required

The ECDSA signature of the full request URL concatenated with the request body, signed with your private key. This header is optional for this endpoint when using the public facade, and required when using a merchant facade token.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json