v3 API//
- Delete an Email Inbox
Add a new Email Inbox
Update an existing Email Inbox
Associate audit configurations with an existing Email Inbox
Associate an audit configuration with an existing Email Inbox
Delete an audit configuration from an Email Inbox
Upsert labels for an existing Email Inbox
Upsert notes for the given Email Inbox
Cancel all audit runs associated with a given Email Message
Delete an Email Inbox
DELETE /v3/email-inboxes/{emailInboxId}
Delete an Email Inbox by Id
Security
API_Key
DELETE
curl -i -X DELETE \
'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}' \
-H 'Authorization: YOUR_API_KEY_HERE'