Disable a mailbox. It will stop sending and syncing emails.
Security
bearerAuth
PUT
curl -i -X PUT \
'https://leadgen.grinfi.io/emails/api/mailboxes/{uuid}/deactivate' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Deactivated.
Response
{ "uuid": "string", "team_id": 0, "user_id": 0, "sender_profile_uuid": "string", "email": "outreach@company.com", "sender_name": "John from Company", "provider": "string", "status": "string", "automation_daily_limit": 50, "automation_task_interval": 120, "custom_tracking_domain_uuid": "string", "connection_settings": {}, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }