vapi metadata metamodel source: delete
Deletes an existing metamodel metadata source from the infrastructure.
Request:
HTTP request
DELETE https://{server}/rest/com/vmware/vapi/metadata/metamodel/source/id:{source_id}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
source_id | string | Identifier of the metadata source. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
404 | not_found | if the metadata source associated with source_id is not found. |