Remove A manifest operation

Remove A manifest operation

Delete an individual add_job_to_instance_group operation which was previously added to the BOSH Director tile

Request
URI
DELETE
https://{api_host}/api/v0/staged/director/manifest_operations/add_job_to_instance_group/{guid}
COPY
Path Parameters
string
guid
Required

guid


Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v0/staged/director/manifest_operations/add_job_to_instance_group/{guid}