API Reference
Consensus
Schema
Platform
- Evals
- Processors
- POSTCreate
- DELDelete
- GETGet
- GETList
- PUTUpdate
- POSTSubmit
- Automations
- Tests
- Link
- Mailbox
- Endpoints
- Outlook
- Logs
- POST
- Secrets
Mailbox
Delete
Delete a mailbox by email
DELETE
/
v1
/
processors
/
automations
/
mailboxes
/
{mailbox_id}
Copy
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" \
Copy
{}
Copy
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" \
Copy
{}
Authorizations
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Copy
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" \
Copy
{}
Assistant
Responses are generated using AI and may contain mistakes.