Delete Plugins

Delete Plugins

Marks the plug-ins with matching IDs. for removal

Request
URI
DELETE
https://{api_host}/vco/api/plugins
COPY
Request Body
[
    {}
]
array of string
Optional
Authentication
This operation uses the following authentication methods.
Responses
204

The plug-ins have been removed

Operation doesn't return any data structure

401

The user is not authenticated

Operation doesn't return any data structure

403

The user is not authorized

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/vco/api/plugins