---
title: "Delete a guest's saved credit/debit card"
method: DELETE
path: "/v1/guests/{guest_id}/accounts/{account_id}?center_id={center_id}"
---

# Delete a guest's saved credit/debit card

`DELETE /v1/guests/{guest_id}/accounts/{account_id}?center_id={center_id}`

If you have previously added credit/debit cards for the specified guest, this API helps you to delete the saved cards/active payment accounts of the guest.

You must specify the appropriate details for the `guest_id`, `account_id`, and `center_id` parameters in the API request.

## Path parameters

- `guest_id` string, required
- `account_id` string, required

## Query parameters

- `center_id` string, required

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
