Delete a partner group

Deletes the partner group. Partners that are a part of a deleted group will longer be a part of the group.

Parameters


No parameters.

Returns


Returns the status of the request. This call should never return an error.

Example request


curl 'https://api.impact.com/Advertisers/<AccountSID>/Campaigns/1000/MediaPartnerGroups/12345' \
  -X DELETE \
  -u '<AccountSID>:<AuthToken>' \
  -H 'Accept: application/json'

Example response


{
  "Status": "DELETED"
}