Overview
Content records can be deleted using the REST API located at /content_api
Request URL
/content_api/[id] /delete
Ex. http://myserver/content_api/delete/452?api_key=f1815f1f2011e32b6309
Parameters
Parameter | Type | Required | Max Length | Description |
---|---|---|---|---|
id |
String |
![]() |
128 | The id of the content record to delete. |
api_key |
String |
![]() |
Must be a valid api key |