curl -X DELETE https://api.example.com/extra/delete \
-H "Content-Type: application/json" \
-b "access_token=YOUR_JWT_TOKEN" \
-d '{
"v_id_extra": 3
}'
{
"message": "Eliminacion Exitosa"
}
Remove an extra item from the system
curl -X DELETE https://api.example.com/extra/delete \
-H "Content-Type: application/json" \
-b "access_token=YOUR_JWT_TOKEN" \
-d '{
"v_id_extra": 3
}'
{
"message": "Eliminacion Exitosa"
}
access_token cookie.
3"Eliminacion Exitosa"curl -X DELETE https://api.example.com/extra/delete \
-H "Content-Type: application/json" \
-b "access_token=YOUR_JWT_TOKEN" \
-d '{
"v_id_extra": 3
}'
{
"message": "Eliminacion Exitosa"
}