Subuser Monitor Settings
Subuser monitor settings allow you to receive a sample of an outgoing message from a specific customer at a specific frequency of emails.
Delete monitor settings
DELETE /v3/subusers/{subuser_name}/monitor
Base url: https://api.sendgrid.com
Authentication
- API Key
Headers
Path Parameters
The name of the subuser for which to retrieve monitor settings.
default: NoneResponses
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the SendGrid tag on Stack Overflow.