Langsung ke konten utama
DELETE
/
workspaces
/
{workspaceId}
/
billing-accounts
/
{billingAccountId}
Hapus akun penagihan
curl --request DELETE \
  --url https://api.altostrat.io/workspaces/{workspaceId}/billing-accounts/{billingAccountId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Masukkan JWT Anda dalam format: Bearer {token}

Path Parameters

workspaceId
string
required

ID dari workspace.

Example:

"ws_a1b2c3d4e5f6g7h8"

billingAccountId
string
required

ID dari akun penagihan, yang sesuai dengan ID Pelanggan Stripe (cus_...).

Example:

"cus_a1b2c3d4e5f6g7h8"

Response

Akun penagihan berhasil dihapus.