/v2/api/entity base with a Bearer token. Note the delete path shape: /delete/{entity}/{id} (the delete segment comes before the entity key).Authorization: Bearer ********************curl --location --globoff --request DELETE 'https://.daftara.com/v2/api/entity/delete/client_attendance_log/1' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"message": "Client Attendance Log Deleted Successfully"
}