Delete deployment container

Delete deployment container

Deletes the deployment container for the given input id

Request
URI
DELETE
https://{api_host}/admin/hybridity/api/global/deploymentContainer/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

Accepted

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/admin/hybridity/api/global/deploymentContainer/{id}