---
title: "Delete a specific organization role"
method: DELETE
path: "/organisations/{org_id}/roles/{role_id}"
tags: ["roles"]
---

# Delete a specific organization role

`DELETE /organisations/{org_id}/roles/{role_id}`

Deletes a specific role within an organization.

## Path parameters

- `org_id` string, uuid, required
- `role_id` string, uuid, required

## Response `200`

Role deleted successfully

- OrgRoleDeleteResponseSchema
  - `status` string
  - `status_code` integer
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
