Delete bank link
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
bankLinkId
string
required
length between 1 and 256^[a-zA-Z0-9_-]+$
The client-provided identifier of the bank link.
204
Bank link deleted
# ``400 The server cannot or will not process the request due to something that is perceived to be a client error
# ``401 Authentication credentials were either missing or incorrect
# ``403 Authentication credentials used do not have have permissions to perform the request
# ``404 The requested resource was not found on the server
# ``409 Request conflict with the current state of the target resource
# ``500 The server encountered an unexpected condition that prevented it from fulfilling the request
Updated 12 days ago
ShellNodeRubyPHPPython Bearer
xxxxxxxxxx
curl --request DELETE \
--url https://api.astrada.co/bank-links/bankLinkId \
--header 'accept: application/problem+json'
Click Try It! to start a request and see the response here! Or choose an example:
application/problem+json
400 - Example Generic Bad Request Payload Response400 - Example Generic Bad Request Parameters Response401403404409 - Minimum shape (detail only)409 - Resource conflict with currentValue500
Updated 12 days ago