Skip to main content

nexigon_api.projects.DeploymentTokenDeletedEvent

Event indicating that a deployment token has been deleted.

projectIdnexigon_api.projects.ProjectId (string)required

Unique ID of a project.

tokenIdnexigon_api.projects.DeploymentTokenId (string)required

Unique ID of a deployment token.

nexigon_api.projects.DeploymentTokenDeletedEvent
{
"projectId": "string",
"tokenId": "string"
}