API Guide / API Reference / Record API / Delete Records
Delete Records

Use this API to delete the records of the specific module. Set the record ID as parameter and use the DELETE method to delete the records.


URL

https://Witly.co/api/v2/{module name}?id={0}&token={1}[&format={1}]


HTTP Method

DELETE


Request Body

Not required


Request Parameters

Parameter

Required

Description

module name

Yes

Module API name (Acquired from Module API call)

id

Yes

Record id (Read only field)

token

Yes

Access token

format

Optional

Expected return format. The default is JSON. Values are JSON and XML. This parameter is optional.


Example Request

https://Witly.co/api/v2/customer?id=4263f106-d63f-4ec2-a835-a355ee1d3c8d&token=

5c33446ac1c049049f9232cf296bdf10

Example Response

The response body is empty. HTTP status code 200 is returned if success.

Last modified on Jan 23, 2018