­Home‎ > ‎

Remove record (DELETE)


Overview


Delete a record on the specified form {formID}, the user who generated the token must have access to this form to delete the record.


URI

/app/api/v1/delete


Method

POST


Header

Param

Value

Host

https://app.aeegle.com

Content-type

application/json;charset=UTF-8



Request Parameters

Param

Type Value

Required

Description

authToken

String

True

Valid token

formId

String

True

Id of the form

recordReferenceId

String

True

Id of the record


Request Body

{

 "authToken": "GzH4Sfas3RbsSQBYmCUuVi+CL7WmBZE916rhg==",

 "formId": "58e708a22353a31bdd16155b",

 "recordReferenceId": "58f7c5da63256678188d7e16"

}



Request Result