Skip to main content
DELETE
contacts - Delete external contact

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.

Path Parameters

type
string
required

Contact type discriminator. Required to disambiguate colliding IDs across the crypto/bank and rp_tag stores.

Example:

"crypto"

pk
integer
required

ID of the contact/entity to delete, within the store selected by type.

Example:

42

Response

Contact deleted/unlinked successfully.

error_code
string
required
Example:

null

message
string
required
Example:

null

data
object
required