revoke_credential
Stop workflows by revoking a credential and automatically invalidating all related descendant credentials in the task tree for containment.
Instructions
Revoke one credential and cascade that revocation through all of its descendants in the same task tree. Use this when a workflow should be stopped or contained; this is a state-changing operation, not a dry run. Returns a confirmation object, and later checks should use check_revocation or list_tasks rather than calling revoke_credential again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jti | Yes | Credential unique ID | |
| revoked_by | No | Who initiated revocation |