curl -X DELETE "https://example.com/v1/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Redeliver
Retry one webhook delivery attempt. Resets it to pending with a fresh attempt counter — the delivery worker picks it up and re-sends the same event payload to target_url shortly after. Useful after fixing an endpoint that was returning errors.
Rotate Secret
Generate a new signing secret and immediately invalidate the old one. The response includes the new plaintext secret — this is the only time it is returned; update your verification code with it right away, since the old secret stops validating new deliveries immediately.