curl -X DELETE https://api.example.com/request/delete \
-H "Content-Type: application/json" \
-H "Cookie: token=your-jwt-token" \
-d '{
"v_id_request": 15
}'
{
"message": "Request Eliminada"
}
Remove a request from the system
curl -X DELETE https://api.example.com/request/delete \
-H "Content-Type: application/json" \
-H "Cookie: token=your-jwt-token" \
-d '{
"v_id_request": 15
}'
{
"message": "Request Eliminada"
}
"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."15"Request Eliminada"curl -X DELETE https://api.example.com/request/delete \
-H "Content-Type: application/json" \
-H "Cookie: token=your-jwt-token" \
-d '{
"v_id_request": 15
}'
{
"message": "Request Eliminada"
}