Explore a live preview of the project here.
Admin
curl --location --request DELETE 'https://gestion-bibliotique-pfe.netlify.app/api/categories/67ba8aac0e66a24f3491b65e' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY3YjM5ODM0NTc1N2EyYTY4MWU5Njc4OSIsInJvbGUiOiJjbGllbnQiLCJpYXQiOjE3NDAyNzc0NjIsImV4cCI6MTc0MDM2Mzg2Mn0.fnnI0u86yQMPIKWghW2pxOHwjzmp0mjnO6spNZUjnsM'
{
"success": true,
"message": "Category deleted successfully!",
"data": {
"categorie": {
"_id": "B3W50e4jQ_1LoVueLgILY",
"nom": "nemo",
"description": "Pel quaerat thalassinus decretum attonbitus."
}
}
}