unassign-current-user-as-owner
Remove yourself as the owner of a Shortcut story to reassign responsibility or clear your ownership when no longer working on the task.
Instructions
Unassign the current user as the owner of a story
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storyPublicId | Yes | The public ID of the story |
Input Schema (JSON Schema)
{
"properties": {
"storyPublicId": {
"description": "The public ID of the story",
"exclusiveMinimum": 0,
"type": "number"
}
},
"required": [
"storyPublicId"
],
"type": "object"
}