Skip to main content
DELETE
/
api
/
v2
/
streams
/
{streamId}
Delete a stream
curl --request DELETE \
  --url https://api.example.com/api/v2/streams/{streamId}
Archives the campaign. Sets isActive=false and isArchived=true. Historical leads attributed to this stream are preserved. To restore: PATCH with isActive: true, isArchived: false.

Response

{ "archived": true }

Auth

Bearer or session cookie.