Delete Plugin

Delete Plugin

Marks the plug-in with matching ID for removal

Request
URI
DELETE
https://{api_host}/vco/api/plugins/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
204

The plug-in has 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>' https://{api_host}/vco/api/plugins/{id}