Delete IBAN
Remove an IBAN record from a company.
Endpoint
| Property | Value |
|---|---|
| URL | GET /iban/delete?companyId={{companyId}}&iban={{iban}} |
| Method | GET |
| Auth | R-Auth: <company-jwt> |
Example Request
curl --location '{{baseUrl}}/iban/delete?companyId={{companyId}}&iban={{iban}}' \
--header 'R-Auth: {{companyJwt}}'
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
companyId | UUID | Yes | Company UUID |
iban | string | Yes | IBAN to delete |
Response
true