# How can I delete a permission using the API?

**URL:** https://community.passbolt.com/t/how-can-i-delete-a-permission-using-the-api/2399
**Category:** API & Customization issues
**Created:** [January 29, 2020, 5:58pm UTC](https://community.passbolt.com/t/how-can-i-delete-a-permission-using-the-api/2399 "2020-01-29T17:58:47Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![remy](https://yyz1.discourse-cdn.com/flex031/user_avatar/community.passbolt.com/remy/32/17_2.png) [@remy](https://community.passbolt.com/u/remy)
#### Post date: [February 4, 2020, 12:10pm UTC](https://community.passbolt.com/t/how-can-i-delete-a-permission-using-the-api/2399/5 "2020-02-04T12:10:40Z")

</div>

Hello,

Yes the way to proceed when removing a permission is to push the updated permissions using the share endpoint. It is not possible to just drop a permission on a resource at the moment. We are open to adding a DELETE /permissions/uuid.json to the api if more people are interested.

The constraints for the permissions at the moment are as follow:

- All the users must be active (and obviously exists)
- There must be at least one owner
- All the secrets must be made available (either because they were already available, or because they are pushed with the request).

@antonio.rodriguez if you post more information about the POST simulation and response we can help you sort it out.

---

_[View the full topic](https://community.passbolt.com/t/how-can-i-delete-a-permission-using-the-api/2399)._
