Home     About     Pricing     Tour     Sign up     Blog
     Sign in     Help     Contact us

API HTTP Delete

Deleting A Single Entity

To delete an entity, issue HTTP DELETE request to the server, passing the entity uid. The entity uid is specified in the URL using the “uid” query string parameter.

The system will perform its normal validation routine before delete the entity, such as ensuring that the entity is not referenced, etc. Errors will be returned if the validation fails.

Example

To delete a contact with uid 123, issue HTTP DELETE request to the following URL:
https://secure.saasu.com/sandbox/webservices/rest/r1/contact?wsaccesskey=test-888-888&fileuid=888888&uid=123

To delete an invoice with uid 123, issue HTTP DELETE request to the following URL:
https://secure.saasu.com/sandbox/webservices/rest/r1/invoice?wsaccesskey=test-888-888&fileuid=888888&uid=123

Related Information



Was this page useful?