Delete plugin
DELETE/seb-api/v1/applications/:id/plugins
Deletes the plugin associated with the application ID.
Request
Path Parameters
id stringrequired
The ID of the application associated with the plugin to delete
Responses
- 200
- 400
- 403
- 404
- 500
Plugin deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
pluginId string
The ID of the deleted plugin
{
"pluginId": "string"
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
errorResponse object
error string
message stringrequired
{
"errorResponse": {
"error": "string",
"message": "string"
}
}
Forbidden
User group not found
Internal server error
Loading...