---
title: Delete
url: https://www.tines.com/docs/api/admin/roles/delete/
updated: 2026-04-09T14:16:42+00:00
description: Delete a specific custom role.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Admin](https://www.tines.com/llm/docs/api/admin.md) › [Roles](https://www.tines.com/llm/docs/api/admin/roles.md)*

# Delete

*[View on tines.com](https://www.tines.com/docs/api/admin/roles/delete/)*

## Description

Delete a specific custom role.

## Request

HTTP Method: **DELETE**

| Path Parameter | Description             |
| -------------- | ----------------------- |
| role_id        | ID or name of the role. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/admin/roles/<<role_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
