Cancel Plugin Installation

Cancel Plugin Installation

Cancels a plug-in installation with a matching ID

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

id


Authentication
This operation uses the following authentication methods.
Responses
204

The installation has been cancelled

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/installations/{id}