1.2 Ts3 Sil
POST /apiv2/deleteTs3
Zorunlu Parametreler
Ad
Tür
Açıklama
tsPanelBayiiIp
string
Bayi ip adresi
tsPanelUserName
string
TsPanel Kullanıcı Adı
tsPanelApiKey
string
TsPanel Api Key
tsPanelPort
int
Silinecek Ts3 portu
cURL (Örnek)
curl --request POST \
--url http://tspanel.net/apiv2/deleteTs3 \
--header 'cache-control: no-cache' \
--header 'content-type: multipart/form-data;' \
--form tsPanelBayiIp=bayi_ip\
--form tsPanelUserName=tspanel_username \
--form tsPanelApiKey=tspanel_apikey \
--form tsPanelPort=222 \
Cevap (Örnek)
{
"success": true,
"errors": [],
"data": true,
"port": "9993"
}
Last updated
Was this helpful?