Delete a file from the repository
- Zuletzt aktualisiert2020/05/12
Delete a file from the repository
Send a Delete request to remove a file from the Control Room repository.
Prerequisites
- JSON Web Token (JWT)
- All Control Room APIs require a JSON Web Token (JWT) to access the APIs. Generate an authentication token using the Enterprise 11 Authentication API.
- Permissions
- You must have Delete permission for the folder you want to delete. If you can delete from the Control Room interface, you can delete using this API.
Note:
- Use the Swagger definition files installed with your Control Room to test the APIs. View the available Swagger APIs at
http://<your_control_room_url>/swagger/
. - You can also use a REST client to complete this task.