Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Delete device qualification to the survey created in this example Add device qualification to a survey

Request

...

DELETE $apihost/$basepath/7654/qualifications/219

($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access_token parameter in the header) 

Response


...

Response Code

200

Response Body

Code Block
languagejs
linenumberstrue
collapsetrue
{
  "ps_api_response_code": 1000,
  "ps_api_response_message": "Purespectrum Custom API Response Message"
}

...