Summary
When a creator deletes a webhook via DELETE /creators/:id/webhooks/:webhook_id, the webhook must be removed from the database and no further deliveries should occur for that webhook ID even if a matching trade event arrives shortly after deletion.
Scope
- Register a webhook and confirm it exists
- Delete the webhook and assert the response is 204
- Simulate a trade event after deletion
- Assert no delivery attempt was made for the deleted webhook
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
When a creator deletes a webhook via
DELETE /creators/:id/webhooks/:webhook_id, the webhook must be removed from the database and no further deliveries should occur for that webhook ID even if a matching trade event arrives shortly after deletion.Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram