---
title: "Delete a credential"
method: DELETE
path: "/api/v1/Account/{auth_id}/credentials/{credential_id}"
tags: ["Credentials"]
---

# Delete a credential

`DELETE /api/v1/Account/{auth_id}/credentials/{credential_id}`

Delete an existing SIP credential.

## Path parameters

- `auth_id` string, required
- `credential_id` string, required

## Response `200`

Success

- string

## Other responses

- `204` — Credential deleted

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
