Skip to main content
DELETE
/
v1
/
bot
/
email
/
delete
Delete Email
curl --request DELETE \
  --url https://api.boostgpt.co/v1/bot/email/delete \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your API key

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

email_id
string
required

Email UUID

Response

200 - application/json

Email deleted

success
boolean
message
string