Delete configuration set
Cascades — deletes the configuration set + every event destination attached to it.
DELETE /api/v1/partner/email/configuration-sets/:idcURL
curl -X DELETE \
https://apis.splashifypro.com/api/v1/partner/email/configuration-sets/cs_550e8400-... \
-H "Authorization: Bearer $SPLASHIFY_API_KEY"What this does NOT do
- Doesn’t delete the historical events / stats associated with this
config set — they’re still accessible via
GET /eventsandGET /stats?config_set_id=... - Doesn’t suppress in-flight sends. New sends referencing the
deleted set’s name return
404 CONFIG_SET_NOT_FOUND.
Reactivating
Create a new config set with the same name. It gets a fresh
config_set_id — old message_id records still reference the old
id but new sends use the new one.