Collection.DeleteField
August 10, 2015
Description
Deletes a field from the Collection. This operation can only be performed on Collections that are created by a user.
Required parameters
CollectionID, Field
Returns
A message detailing whether the delete field command executed successfully.
Example request url
https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=Collection.DeleteField&CollectionID=1009&Field=ExampleFieldName
Example response
<?xml version="1.0" encoding="utf-8" ?> <ApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Result>Success</Result> </ApiResponse>