Skip to main content
DELETE
/
wallet
/
contacts
/
{pk}
contacts - Delete external contact
curl --request DELETE \
  --url https://api.ripio.com/wallet/contacts/{pk}/ \
  --header 'authorization: <authorization>' \
  --header 'signature: <signature>' \
  --header 'timestamp: <timestamp>'
"<string>"

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

pk
string
required

This property was not properly documented

Response

Contact deleted successfully. No body returned.