delete
https://api.lirium-sandbox.com/v1/customers//outgoing_fiat_instructions/
Logically remove a customer's withdrawal destination
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
| Field | Type | Required | Description |
|---|---|---|---|
| customer_id | string | Yes | ID of the customer |
| instruction_id | string | Yes | ID of the outgoing fiat instruction to delete |
Example Response
{}A successful deletion returns an empty JSON object with HTTP 200.
Error Responses
| Status | Error Code | Description |
|---|---|---|
| 404 | not_found | Customer not found |
| 404 | not_found | Outgoing instruction not found |
| 400 | invalid_state | Instruction cannot be deleted in its current state (e.g. already deleted) |
