DELETE
/
v1
/
processors
/
automations
/
mailboxes
/
{mailbox_id}
automation = reclient.processors.automations.mailboxes.delete(
    mailbox_id="mb_ylunY8n0IjwddBWJBQ7ul",
)
</RequestExample>

```bash curl
curl -X DELETE "https://api.retab.com/v1/processors/automations/mailboxes/mb_ylunY8n0IjwddBWJBQ7ul" \
     -H "API-Key: $RETAB_API_KEY" \
{}
automation = reclient.processors.automations.mailboxes.delete(
    mailbox_id="mb_ylunY8n0IjwddBWJBQ7ul",
)
</RequestExample>

```bash curl
curl -X DELETE "https://api.retab.com/v1/processors/automations/mailboxes/mb_ylunY8n0IjwddBWJBQ7ul" \
     -H "API-Key: $RETAB_API_KEY" \
{}

Authorizations

Api-Key
string
header
required

Path Parameters

mailbox_id
string
required

Response

200
application/json

Successful Response

The response is of type object.