REST API - delete
com.vmware.vapi.metadata.privilege.source
delete
DELETE /com/vmware/vapi/metadata/privilege/source/id:{source_id} |
POST /com/vmware/vapi/metadata/privilege/source/id:{source_id}?~action=delete |
POST /com/vmware/vapi/metadata/privilege/source?~action=delete |
Deletes an existing privilege metadata source from the infrastructure.
- Request:
-
- Representations:
{
"source_id": "obj-103"
}<?xml version="1.0" ?>
<ns0:Delete-Input xmlns:ns0="http://vmware.com/vapi/metadata/privilege/source" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<source_id>obj-103</source_id>
</ns0:Delete-Input>POST /com/vmware/vapi/metadata/privilege/source?~action=delete
&source_id=obj-103- Parameters:
Name Type Required Description source_id *
ID Yes Identifier of the metadata source. Id of type com.vmware.vapi.metadata.privilege.source. - Response:
-
- Representations:
- Parameters:
Name Type Required Description result VOID Yes - Errors:
-
Type Description HTTP Status Code not_found if the metadata source associated with source_id
is not found.404
Copyright © 2014. All Rights Reserved.