Skip to main content
DELETE
/
businesses
/
{id}
/
financialAccounts
/
{accountId}
Remove a business financial account
curl --request DELETE \
  --url https://api.guile.app/businesses/{id}/financialAccounts/{accountId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type": "badRequest",
  "title": "<string>",
  "status": 349,
  "occurredAt": "2023-11-07T05:31:56Z",
  "detail": "<string>",
  "instance": "<string>",
  "problems": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "badRequest",
      "title": "<string>",
      "status": 349,
      "occurredAt": "2023-11-07T05:31:56Z",
      "detail": "<string>",
      "instance": "<string>"
    }
  ]
}

Path Parameters

id
string<uuid>
required

The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.

accountId
string<uuid>
required

The unique, opaque system identifier for a resource. This case-sensitive ID is also used as path parameters in URLs or in other properties or parameters that reference a resource by ID rather than URL.

Response

No Content. The operation succeeded but returned no response body.