Skip to main content
POST
/
v1
/
emails
/
bulk
/
delete
Bulk Delete Emails
curl --request POST \
  --url http://api.stuut.ai/v1/emails/bulk/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "emails": [
    "<string>"
  ]
}
'
{
  "data": {},
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
emails
string[]
required
Minimum array length: 1

Response

Successful response