---
title: "Delete Credential"
method: POST
path: "/accounts/delete-credential/{account_name}/{connector_name}"
tags: ["Accounts"]
---

# Delete Credential

`POST /accounts/delete-credential/{account_name}/{connector_name}`

Delete a specific connector credential for an account.

Args:
    account_name: Name of the account
    connector_name: Name of the connector to delete credentials for

Returns:
    Success message when credential is deleted

Raises:
    HTTPException: 404 if credential not found

## Path parameters

- `account_name` string, required
- `connector_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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