AppCenterAliases.

AppCenterTokensDelete(ICakeContext, AppCenterTokensDeleteSettings, string) Method

Summary

Delete an API token
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterTokensDelete(this ICakeContext context, AppCenterTokensDeleteSettings settings, string token)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterTokensDeleteSettings The settings.
token string The token.

Return Value

Type Description
void