Cancel a Pix Request Schedule (logical delete)
Sets the schedule status to INACTIVE. Does not remove the record from the database.
Path Parameters
- Type: string Format: uuididrequired
Headers
- Type: stringIdempotency
- Key required
Responses
- 204
Schedule cancelled
- 404
Schedule not found
Request Example for delete/api/v1/pix-schedules/{id}
curl http://localhost:8080/api/v1/pix-schedules/123e4567-e89b-12d3-a456-426614174000 \
--request DELETE \
--header 'Idempotency-Key: ' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body