/v2/api/entity base and authenticated with a Bearer token. Note the /delete/ segment — the delete verb lives at /delete/follow_up_status/{id}; sending DELETE to /follow_up_status/{id} returns 405.Authorization: Bearer ********************curl --location --globoff --request DELETE 'https://.daftara.com/v2/api/entity/delete/follow_up_status/53' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"message": "Follow Up Status Deleted Successfully"
}