Permanently deletes the specified media property.
Warning!
Deleting a media property cannot be undone.
Parameters
No parameters.
Returns
A DELETED
status on success. If the provided media property ID doesn't exist, this call returns with an error.
Example request
curl 'https://api.impact.com/Mediapartners/<AccountSID>/MediaProperties/<Id>' \
-X DELETE \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json'
Example response
{
"Status": "DELETED"
}