museum-openapi-example
museum-openapi-example copied to clipboard
Add delete ticket endpoint
What/Why/How?
If a customer needs to cancel their ticket for a refund, this API endpoint can be used to look up the ticket by ID and delete it.
Also makes TicketID description less overly-specific so it works for different endpoints.
Reference
Testing
Screenshots (optional)
Check yourself
- [x] Code is linted
- [ ] Tested with redoc/reference-docs/workflows (internal)
- [ ] All new/updated code is covered with tests
Security
- [ ] Security impact of change has been considered
- [ ] Code follows company security practices and guidelines
Oops--just added the parameter @lornajane