DELETE /programapplications
/program/{id}/adspace/{id}
Updated on
Terminates the partnership between the selected program and the selected AdSpace.
This resource requires connectid, nonce, date and signature for authentication. See Authentication documentation for REST and SOAP. Passing authentication information as query parameters for REST is supported.
Resource URL
XML: http://api.zanox.com/xml/2011-03-01/paymentapplications/program/{id}/adspace/{id}
JSON: http://api.zanox.com/json/2011-03-01/paymentapplications/program/{id}/adspace/{id}
Parameters
programid | id of the program to be deleted. Value Type: Integer program ID. |
adspaceid | id of the adspace for which the program application was submitted. Value Type: Integer adspace ID. |
callback | Supported if format is JSON. Returns the name of the JS function the result is wrapped in. Value Type: StringExample Value: |
Example Request
REST authentication information must be included in request headers or added as query parameters
Example Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <response xmlns="http://api.zanox.com/namespace/2011-03-01/"> <count>1</count> </response>
Resource Information
Rate Limited? | No |
Authentication | Requires signature. See REST Authentication SOAP Authentication |
Response Formats | json, xml |
HTTP Methods | DELETE |
Resource family | ProgramApplications |
Response Object | count |
API Version | 2011-03-01 |