Meride API - categoria - Delete

This page explains how to delete elements categoria.

Entity name: categoria.

DELETE http://API_DOMAIN/rest/categoria/{resource-id}.{format}

{resource-id}: the object ID

Attributes

No parameter

Example of a curl request

curl -i -H "Accept: application/json" -H "access-token: Fun94nBf4YiaL20hG5np2Ki8mHtm9OCn4R6lPamNM8mNn7YFDRUvZveSbB0n6T" -H "X-HTTP-Method-Override: DELETE" -X POST http://API_DOMAIN/rest/categoria/2.json

Response

DELETE SUCCESS

Note The DELETE method is not supported by all systems. In case of problems, add the parameter to the Header of the callX-HTTP-Method-Override: DELETE and use the method POST as default