curl --request DELETE \
--url https://api.example.com/space/delete \
--header 'Content-Type: application/json' \
--data '
{
"v_name": "<string>"
}
'{
"400": {},
"401": {},
"500": {},
"message": "<string>"
}Remove an event space from the system
curl --request DELETE \
--url https://api.example.com/space/delete \
--header 'Content-Type: application/json' \
--data '
{
"v_name": "<string>"
}
'{
"400": {},
"401": {},
"500": {},
"message": "<string>"
}access_token cookie.
"Salón Principal""Eliminacion Exitosa"curl -X DELETE https://api.demet.com/space/delete \
-H "Content-Type: application/json" \
-b "access_token=YOUR_JWT_TOKEN" \
-d '{
"v_name": "Salón Principal"
}'
{
"message": "Eliminacion Exitosa"
}