Zendesk\API\Resources\Core\OAuthTokens::revoke PHP Method

revoke() public method

Wrapper for delete, called revoke in the API docs.
public revoke ( null $id = null ) : boolean
$id null
return boolean
    public function revoke($id = null)
    {
        return $this->delete($id, 'delete');
    }