Remove customer monitored emails
Path Parameters
Customer UUID
uuidHeader Parameters
Partner organization identifier
API authentication key
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/integrations/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08/assets/emails" \ -H "SW-PARTNER-ID: string" \ -H "SW-API-KEY: string" \ -H "Content-Type: application/json" \ -d '{ "emails": [ "old@example.com" ] }'{ "success": true, "emails": [ "old@example.com" ]}Rate limiting
This endpoint is rate limited. See Rate limiting for limits, the 429 response format, and integration guidance.
Add customer monitored emails POST
Adds email addresses to the monitored set for the given customer. Existing emails are left unchanged. The customer must belong to the authenticated partner.
Update customer monitored assets (deprecated) PATCH
Deprecated. Use add/remove endpoints on `/assets/domains` and `/assets/emails` instead. This endpoint only upserts provided assets and does not remove omitted entries.