---
title: "Delete Credential"
method: DELETE
path: "/credentials/{system}/{account_key}"
tags: ["credentials"]
---

# Delete Credential

`DELETE /credentials/{system}/{account_key}`

Remove one credential, whether it is in the store or still in its old location.

## Path parameters

- `system` 'servicetitan' | 'aspire' | 'housecall_pro' | 'portal' | 'rebates' | 'permit' | 'other', required
- `account_key` string, required

## Response `200`

Successful Response

- object

## Other responses

- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-09-11** `07ae211dc96b` — 1 info
  - added the new enum value `rebates` to the `path` request parameter `system`
- **2026-09-09** `a786fa3c27df` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/credentials/:system/:account_key/delete.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/94953390bbd8?raw)
