Webapi - Deleting an access level
This method allows you to delete an access level.
The method to be used when deleting an access level is:
DELETE url/api/mytenant/myorganization/settings/accesslevels/{{companyKey}}/{{accesslevelKey}}
The parameters being replaced on the method are:
- companyKey: Company key.
- accesslevelKey:
The key of the access level you wish to delete.
When this method is executed successfully, it returns
HttpStatusCode.204.
Related Articles
WebAPI - How to get the locations an employee has access to?
The method returns the location list and the access level the employee has access to. The method to be used to get the location list and the access level the employee has access to is: GET ...
WebAPI - How to get the tools an employee has access to?
The method returns the tool list and the access level the employee can access. The method to be used to get the tool list and the access level the employee can access is: GET ...
WebAPI - How to get the equipment an employee has access to?
The method returns the equipment list and the access level the employee has access to. The method to be used to get the equipment list and the access level the employee has access to is: GET ...
Webapi - Creating a priority level
This method allows to create a priority level in a simplified manner. The method to be used when creating a priority level is: POST url/api/mytenant/myorganization/maintenancecore/prioritylevels Json example for creating an access level: { ...
WebAPI - Deleting a requisition
This method allows you to delete a requisition. The method to be used when deleting a requisition is: DELETE url/api/mytenant/myorganization/requisitions/requisitions/{{company}}/{{requisitionKey}} The parameters being replaced on the method are: ...