Skip to main content
DELETE
/
workflow
/
v2beta1
/
workflows
/
{workflowId}
/
states
/
{stateId}
/
transitions
/
{transitionId}
cURL
curl --request DELETE \
  --url https://aodocs.altirnao.com/api/workflow/v2beta1/workflows/{workflowId}/states/{stateId}/transitions/{transitionId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

workflowId
string
required

The ID of the workflow

stateId
string
required

The ID of the workflow state

transitionId
string
required

The ID of the workflow state

Query Parameters

domain
string

The G Suite domain

securityCode
string

The security code

Response

204 - undefined