---
title: "Remove um profissional"
method: DELETE
path: "/profissional/{id}"
tags: ["Profissionais"]
---

# Remove um profissional

`DELETE /profissional/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Profissional removido

- BooleanEnvelope
  - `status` integer
  - `response` boolean
  - `errors` string[]

## Other responses

- `500` — Erro

---

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