DELETE user/…/permission/…
Removes a user permission.
Resource URL
https://www.drillster.com/api/2.1.1/user/{user_id}/permission/{permission}
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
not_authenticated |
401 (Unauthorized) | Caller is not authenticated |
no_access |
403 (Forbidden) | Caller has no access to the account |
permission_not_found |
400 (Bad request) | Given permission does not exist or was not found in the user's account |
Last updated on