Archives a record from the application and moves it to trash.
This call will move the record to trash, so you won’t loose your data permanently.
URL : /api/v1/app/{app_id}/record/{record_id} Method : DELETE
/api/v1/app/{app_id}/record/{record_id}
DELETE
access_token (required, header parameter) Send this as header – e.g.“Authorization: Bearer access_token”
access_token
app_id (required, path parameter) Application Id App for where the record is present
app_id
record_id (required, path parameter) ID of the record you want to fetch
record_id
curl -H "Authorization: Bearer {access_token}" -X DELETE https://my.worksmart.app/api/v1/app/1234/record/1
{ "deleted":{ "id":"1", "deleted":"1" } }
Last updated 3 years ago