Remove Compute Profile

Remove Compute Profile

Api to remove Compute Profile

Request
URI
DELETE
https://{api_host}/tca/vim/api/v1/orgs/{orgId}/vims/{vimId}/deploymentProfiles/{deploymentProfileId}
COPY
Path Parameters
string
orgId
Required

orgId

string
vimId
Required

vimId

string
deploymentProfileId
Required

deploymentProfileId


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully removed deployment profile.

{
    "status": "string"
}
string
status
Optional

status


400
Returns BadRequest of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500
Returns InternalServerError of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors