Api delete
Calling a service to delete a record on an entity is done by an http DELETE request.
Calling Syntax
The query request on an entity is done by using a delete on the following syntax:http://SERVER:SERVICE/api1/APPLICATION/CONTRACT/ENDPOINT/ENTITY('KEY')?representation=REPRESENTATION.$query
Where:
SERVER:SERVICEis the server address followed by the service number.APPLICATIONis the application (Syracuse or ERP).CONTRACTis the api1 contract (administration or X3).ENDPOINTis the endpoint (collaboration or an endpoint associated with an X3 folder).ENTITYis the class name.REPRESENTATIONis the representation name.KEYis the key value.
For example, if the URL in which a DELETE is done is the following:
A deletion is requested on the endpoint having the uuid '2a...58b'.