Subscribers
Delete a subscriber
Deletes the record. To keep the proof that they left, prefer unsubscribing; for the right to be forgotten, use the erasure in the interface.
DELETE
Delete a subscriber
Authorizations
An API token. The "read" ability: GET routes only. "read + write": every route.
Headers
Replay a write safely: the same key gives back the first answer for 24 hours (header Idempotent-Replay: true).
Maximum string length:
255Path Parameters
The subscriber's identifier (uuid).
Response
Deleted.