All delete related API methods use the DELETE method in REST API. In this example, deleteDHCPClientDeploymentOption will be used to delete a specified DHCP client option.
API call example:
http://<AddressManager_IP>/Services/REST/v1/deleteDHCPClientDeploymentOption?entityId=101226&name=time-offset&serverId=101217
URL path:
- DELETE /deleteDHCPClientDeploymentOption
Parameters:
Parameter | Description |
---|---|
entityId | The object ID for the entity from which the deployment option will be deleted. |
Name | The name of the DHCPv4 client option to be deleted(Constant listed in BAM API guide) |
serverId | The specific server to which this option is deployed. To delete an option that has not been assigned to a server, set this value to 0 (zero). |
HTTP Header:
- Authorization: BAMAuthToken: UTtSjMTQ1ODAzMTgzMDUxMzphcGk=
- Content-Type: application/json
Response
No response. The method has the void return type.