DELETE api/v1/bots/thethingsnetworkbots/{id}

Delete Bot.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

DeleteBotOptionsDto
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, application/senml+json

Sample:

Sample not available.