500 and the message "You can't delete this status because it is assigned". Reassign or clear those records first.Authorization: Bearer ********************curl --location --globoff --request DELETE 'https://.daftara.com/api2/follow_up_statuses/31.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"message": "Follow up status has been deleted"
}