Skip to main content
DELETE
/
openai
/
delete
/
:openaiBotId
/
{instance}
Delete OpenAI Bot
curl --request DELETE \
  --url https://{server-url}/openai/delete/:openaiBotId/{instance} \
  --header 'apikey: <api-key>'
This response has no body data.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

openaiBotId
string
required

ID of the bot

Response

200 - undefined