Skip to content

Delete a New Strategy Plan

Request

Delete a new strategy plan by ID

Security
Auth0(Required scopes: offline_accessmanage:services)
Path
strategy_plan_idintegerrequired

Array numeric IDs of the strategy_plan object to delete

DELETE
/new_strategy_plans/{strategy_plan_id}
curl -i -X DELETE \
  'https://api.mediamath.com/api/v3.0/new_strategy_plans/{strategy_plan_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Strategy plans deleted response

Bodyapplication/json
metaobject(single_metadata)
Response
{ "meta": { "status": "success" } }