---
title: "Delete provider specialty"
method: DELETE
path: "/v2/provider/{providerId}/specialties/{specialtyId}"
tags: ["v2/provider"]
---

# Delete provider specialty

`DELETE /v2/provider/{providerId}/specialties/{specialtyId}`

Deletes a specialty for the specified provider.

## Path parameters

- `providerId` string, required
- `specialtyId` string, required

## Headers

- `organization-id` string

## Response `204`

Deleted.

## Other responses

- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Resource not found.

---

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