Authorization: Bearer ********************curl --location --globoff --request DELETE 'https://.daftara.com/api2/follow_up_actions/1.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"message": "Follow up action has been deleted"
}