cURL
curl --request DELETE \ --url https://api.bridge.xyz/v0/crypto_return_policies/{policyID} \ --header 'Api-Key: <api-key>'
200
example
{ "id": "<string>", "developer_id": "<string>", "refund_destination_address": "<string>", "refund_destination_blockchain_memo": "<string>", "refund_destination_chain": "<string>", "refund_destination_currency": "<string>", "strategy": "<string>"}
Delete a crypto return policy object from the passed in crypto return policy ID
Successfully deleted crypto return policy object response
The response is of type object.
object
Was this page helpful?