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

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


URL

https://appxplatform.com/api/v2/{App name}?id={0}&token={1}[&format={1}]


HTTP Method

DELETE


Request Body

Not required


Request Parameters

Parameter

Required

Description

App name

Yes

App API name (Acquired from App 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://appxplatform.com/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 28, 2025