Delete a plugin by identifier
DELETE/v1/plugins/:identifier
This route allows you to delete a specific plugin by its identifier. This action is irreversible.
Request
Responses
- 200
- 401
- 404
- 500
- 502
Successfully deleted the plugin
Unauthorized
A plugin with the given identifier was not found
Internal server error
Bad gateway