---
title: "Delete a Reference"
method: DELETE
path: "/v1/credentials/{credential_id}/references/{reference_id}"
tags: ["References"]
---

# Delete a Reference

`DELETE /v1/credentials/{credential_id}/references/{reference_id}`

## Path parameters

- `credential_id` string, required
- `reference_id` number, required

## Response `200`

OK

- object
  - `reference` object
    - `id` number
    - `description` string
    - `referee` object
      - `name` string
      - `email` string
      - `avatar` string
    - `supplemental` boolean
    - `relationship` string

---

[API](https://skmtc.net/accredible/apis/accredible-credential-api.md) · [All operations](https://skmtc.net/accredible/apis/accredible-credential-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/accredible/accredible-credential-api/versions/56b317c13686/schema)
