---
title: "Delete a role"
method: DELETE
path: "/roles/{id}"
tags: ["Roles"]
---

# Delete a role

`DELETE /roles/{id}`

Marks a role as deleted.

## Path parameters

- `id` integer, required

## Response `200`

Delete a role

- object
  - `success` boolean — If the response is successful or not
  - `data` object — The response data
    - `id` integer — The ID of the deleted role

---

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