Endpoint Examples
Delete links
This endpoint allows you to delete links from your existing bot
DELETE
/
v2
/
bots
/
links
/
public
Body
links
array
requiredList of links to be deleted from your bot. Example [sample_link_1, sample_link_2]
Response
message
string
Indicates whether the URLs were successfully updated.