v1

latestOpenAPI 3.0.12026-07-245303882.5 MB
Application Accounts

Delete creditor account

Permanently removes a specific creditor account from the application. This action cannot be undone. The account must exist and belong to the specified application before it can be deleted.

delete/baas/v1/open/itp/applications/{applicationId}/accounts/{accountId}

Path parameters

applicationIdstring required
accountIdstring required

Response

retornou com sucesso.

idstring required

O ID da conta da aplicação.

createdAtstring required
updatedAtstring required
deletedAtstring required
applicationIdstring

O ID da aplicação. É um número exclusivo que identifica a aplicação.

Example response

{
  "createdAt": "2024-01-01T20:32:44.581Z",
  "updatedAt": "2024-01-01T20:32:44.581Z",
  "deletedAt": "2024-01-01T20:32:44.581Z",
  "owner": {
    "cpfCnpj": "58764789000137",
    "personType": "PESSOA_JURIDICA",
    "name": "Marco Antonio de Brito"
  },
  "paymentAccount": {
    "accountType": "CACC",
    "ispb": "12345678",
    "issuer": "1774",
    "number": "1234567890"
  },
  "paymentKey": {
    "keyType": "CPF",
    "key": "12345678901"
  }
}