Revokes and deletes an authorization. This will cause any workflows using this authorization to fail.
cURL
curl --request DELETE \ --url https://v1.api.altostrat.io/workflows/authorization/{authId} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Enter the JWT token.
The prefixed ID of the authorization (e.g., auth_...).
auth_...
Authorization deleted successfully.
Was this page helpful?