Delete Action Environment Repository
Deletes specified action environment repository
Request
URI
DELETE
https://{api_host}/vco/api/environments/repositories/{id}
COPY
Path Parameters
string
id
Required
id
Responses
204
The request is successful
Operation doesn't return any data structure
401
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/environments/repositories/{id}
Action Environments Repositories Service Operations
GET
Get Action Environment Repository
PUT
Update Action Environment Repository
DELETE
Delete Action Environment Repository
GET
Get All Action Environment Repositories
POST
Create Action Environment Repository