Sign in

Delete campaign

documented

Delete an existing campaign.

POST /pubapi/v1.2/Campaignsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.sharpspring.com/pubapi/v1.2/?accountID={{SHARPSPRING_API_KEY}}&secretKey={{SHARPSPRING_SECRET}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"id":"{{$request_id}}","method":"{{$method}}","params":{"id":"{{$lead_id}}"}}'
Delete campaign · SharpSpring · OpenIntegrations