delete
https://production-api.shoutaboutus.com/api/v1/campaign/channel//remove/followup
Clear the follow-up email template association on a campaign channel by setting its follow_up_template_id to null. The channel is looked up by its unique_code. If not found the endpoint returns 400, and if the channel's store company does not belong to the authenticated user the endpoint returns 403.
Auth: Account — authentication. The endpoint resolves the channel by unique_code, which matches the user's person.company_id against the channel's store-company id or up to two parent companies (location, then account, then partner) in the company tree. Lives in the account-operated campaign route group.
Rate limit: No rate limit.
Request
Response — { data. } envelope.
message(string) — confirmation text"Follow up template removed successfully".
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
uniqueCode | string | Required | The channel's unique code, not a numeric campaign id. |
Errors: 422 on validation failure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
