Skip to main content

Documentation

Delete Address

Remove an address that is linked to a customer or is not linked to any object.

  • /v1/addresses/:address

  • Delete Address

  • curl -X delete 'https://sandboxapi.rapyd.net/v1/addresses/address_12c6d08d0f2bb4c2e9195969bfe2439b' \
    -H 'access_key: your-access-key-here' \
    -H 'Content-Type: application/json' \
    -H 'salt: your-random-string-here' \
    -H 'signature: your-calculated-signature-here' \
    -H 'timestamp: your-unix-timestamp-here'
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "",
            "response_code": "",
            "operation_id": "fa39dda8-372b-469f-aa2c-5583079f8720"
        },
        "data": {}
    }