Skip to main content
DELETE
/
workflows
/
authorization
/
{authId}
Delete a workflow authorization
curl --request DELETE \
  --url https://v1.api.altostrat.io/workflows/authorization/{authId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "invalid_request_error",
  "code": "parameter_missing",
  "message": "The 'name' parameter is required for this request.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Standard JWT for user sessions obtained via Altostrat authentication.

Path Parameters

authId
string
required

The workflow authorization identifier.

Example:

"auth_2m3h5n7k9j8g7f6e5d4c3b2a1"

Response

The authorization was deleted.