Ir al contenido

Schedule cancel del add-on de marketing al next reset

POST
/v1/client/subscriptions/remove-marketing
curl --request POST \
--url https://api.mailerdash.com/v1/client/subscriptions/remove-marketing \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "password": "example" }'

Cliente mantiene los beneficios del add-on hasta su next billing reset (sin reembolso). En el reset, lazy worker soft-cancela la sub (cancelled_at set). Re-auth password.

Media type application/json
object
password
required
string
Example generated
{
"password": "example"
}

Cancellation scheduled

Media type application/json
object
sub_id
string
effective_at
string format: date-time
Example generated
{
"sub_id": "example",
"effective_at": "2026-04-15T12:00:00Z"
}

No tienes add-on de marketing activo

Password incorrecto