Delete Outgoing Fiat Instruction

Logically remove a customer's withdrawal destination

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Logically remove an existing outgoing fiat instruction (withdrawal destination) for a customer. After deletion, the instruction can no longer be used in new orders. Historical orders that referenced the instruction are unaffected.

Request

DELETE /customers/{customer_id}/outgoing_fiat_instructions/{instruction_id}

Path Parameters

FieldTypeRequiredDescription
customer_idstringYesID of the customer
instruction_idstringYesID of the outgoing fiat instruction to delete

Example Response

{}

A successful deletion returns an empty JSON object with HTTP 200.

Error Responses

StatusError CodeDescription
404not_foundCustomer not found
404not_foundOutgoing instruction not found
400invalid_stateInstruction cannot be deleted in its current state (e.g. already deleted)
Path Params
string
required

ID of the Customer

string
required

ID of the outgoing fiat instruction to delete

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json