Skip to main content
POST
/
workflows
/
links
/
{linkId}
/
revoke
Revoke a workflow link
curl --request POST \
  --url https://api.artu.ai/workflows/links/{linkId}/revoke \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Environment: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the dashboard.

X-Environment
string
header
required

Target environment for the request. Must be "test" or "live".

Path Parameters

Response

200 - application/json

OK

success
boolean
required