Body
-
Benzersiz kimlik numarası.
-
yedek açıklaması.
Minimum length is
0
, maximum length is255
.
Belirtilen ID'ye sahip ayarı siler. Bu işlem, kullanıcıların belirli ayarları sistemden kaldırmalarına olanak tanır.
curl \
--request POST 'https://apiv3.bilsoft.com/api/Ayar/delete' \
--header "Content-Type: application/*+json"
curl \
--request POST 'https://apiv3.bilsoft.com/api/Ayar/delete' \
--header "Content-Type: application/json" \
--data '{"id":42,"yedek":"string"}'
curl \
--request POST 'https://apiv3.bilsoft.com/api/Ayar/delete' \
--header "Content-Type: application/json-patch+json"
curl \
--request POST 'https://apiv3.bilsoft.com/api/Ayar/delete' \
--header "Content-Type: text/json"
{
"id": 42,
"yedek": "string"
}
{
"id": 42,
"yedek": "string"
}
{
"id": 42,
"yedek": "string"
}
{
"id": 42,
"yedek": "string"
}