ethAccount
Back to API doc top page.
Click here for a complete list of operations.
DeleteOauth2Client
Delete an existing OAuth2 Client.
All issued tokens for that client will be automatically removed.POST /ethAccount.asmx/DeleteOauth2Client HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length
{
"client_id":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length
{
}