DELETE
/
workflows
/
authorization
/
{authId}
Delete an authorization
curl --request DELETE \
  --url https://v1.api.altostrat.io/workflows/authorization/{authId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter the JWT token.

Path Parameters

authId
string
required

The prefixed ID of the authorization (e.g., auth_...).

Response

204

Authorization deleted successfully.