Remove Vim
Deletes the registered VIM instance.
Request
URI
DELETE
https://{api_host}/tca/vim/api/v1/orgs/{orgId}/vims/{vimId}
COPY
Path Parameters
string
orgId
Required
orgId
string
vimId
Required
vimId
string
tenantId
Required
The identifier corresponding to the VIM instance (or the tenant instance?) to be deleted.
Responses
200
remove VIM response
Returns
TcaJob
of type(s)
application/json
{
"jobId": "string"
}
string
jobId
Optional
The identifier that may be used to refer to TCA internal internal job that's handling the asynchronous task.