---
title: "DELETE /role_user_assignments/{id}/"
method: DELETE
path: "/role_user_assignments/{id}/"
tags: ["role_user_assignments"]
---

# DELETE /role_user_assignments/{id}/

`DELETE /role_user_assignments/{id}/`

Use this endpoint to give a user permission to a resource or an organization.
The needed data is the user, the role definition, and the object id.
The object must be of the type specified in the role definition.
The type given in the role definition and the provided object_id are used
to look up the resource.

After creation, the assignment cannot be edited, but can be deleted to
remove those permissions.

## Path parameters

- `id` integer, required

## Response `204`

No response body

---

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