GitScrum / Docs

User Story Deleted

Webhook payload reference for the user-stories.destroy event, triggered when a user story is deleted.

Triggered when a user story is deleted.

  • Event: user-stories.destroy
  • Category: User Stories
  • Triggers: Deleting a user story from the project

Payload

This event sends a minimal payload with only the identifier:

{
  "uuid": "user-login-flow"
}

Field Reference

FieldTypeDescription
uuidstringThe user story slug (not a UUID)

Notes

  • The uuid field contains the user story slug, not a standard UUID.
  • The full user story resource is not included — the record has already been deleted.
  • Store user story data from user-stories.store or user-stories.update events if you need it after deletion.