Soxway Docs
IP Whitelist

Delete from whitelist

Remove a whitelisted IP address.

DELETE
/v1/account/whitelist/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Personal access token obtained via POST /v1/auth/token

In: header

Path Parameters

id*integer

Response Body

application/json

curl -X DELETE "https://api.soxway.io/v1/account/whitelist/0"
{
  "message": "string"
}
Empty