delete
Delete WebSocket Token 🟨 🟦 🟩
GET https://api.soccerfootball.info/v1/ws/delete/?wid=ID
Delete an existing WebSocket token and terminate all associated connections.
Query Parameters
Name
Type
Description
t
string
Your API Token DIRECT API ONLY
wid
string
he WebSocket token to delete
Headers
Name
Type
Description
X-RapidAPI-Key
string
Your API token RAPIDAPI ONLY
X-RapidAPI-Host
string
soccerfootballinfo.rapidapi.com RAPIDAPI ONLY
{
"status": 200,
"errors": [],
"pagination": [],
"result": [
{
"deleted": true,
"message": "WebSocket token deleted successfully"
}
]
}Example of code for direct API
Example of code for RapidAPI
More example of code on rapidAPI
Last updated
