DELETE api/v1/bots/virtualdevicebots/{id}
Delete Bot.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
DeleteBotOptionsDtoName | Description | Type | Additional information |
---|---|---|---|
DeleteAssoicatedDevices |
Delete the devices associated with this bot |
boolean |
None. |
Request Formats
application/json, text/json, application/senml+json
Sample:
{ "DeleteAssoicatedDevices": true }
application/xml, text/xml
Sample:
<DeleteBotOptionsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnalysisUK.Tinamous.www.ApiControllers.Models.Shared"> <DeleteAssoicatedDevices>true</DeleteAssoicatedDevices> </DeleteBotOptionsDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/senml+json
Sample:
Sample not available.