---
title: "Delete a Provider License for a User"
method: DELETE
path: "/api/v2/providers/{id}/relationships/license-holders"
tags: ["Provider"]
---

# Delete a Provider License for a User

`DELETE /api/v2/providers/{id}/relationships/license-holders`

This endpoint deletes a license-holder relationship between the provider and the users listed in the body. <h3>Required Scope</h3>`provider_users:write`

## Path parameters

- `id` string, required

## Request body

- RelationshipsLicenseholdersBody1
  - `data` Apiv2providersidrelationshipslicenseholdersData[]
    - `type` string, nullable
    - `id` string

## Response `204`

No Content

- ListedProviderLicenseUser
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedProviderLicenseUserData[]
    - `type` string, nullable
    - `id` string, nullable

---

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