Delete an email workspace
Permanently deletes the email workspace. Accounts previously connected through it remain, but new imports will no longer be possible.
Path Parameters
- Type: integerFormat: int32idrequired
The ID of the workspace to delete.
Responses
- 204
The email workspace has been deleted
- application/json
Request Example for delete/v1/email_workspaces/{id}
curl http://api.mailreach.co/api/v1/email_workspaces/42 \
--request DELETE \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
No Body