cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response