Authorization: Bearer ********************
[
{
"path": "string",
"method": "string"
}
]
curl --location --request DELETE 'http://39.100.59.112:8000/firewall/URLBlock?domain_uuid=dbdaf46a-f5ce-11ec-b939-0242ac120002&type=0' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"path": "string",
"method": "string"
}
]'
{
"code": 0,
"message": "string",
"data": {
"domain_uuid": "string",
"type": 0,
"url_list": [
"string"
]
}
}