API / Suppressions
DELETE
/suppressions/{email}
Remove an email from the suppression list
Authentification : clé API Bearer requise.
Paramètres
| Nom | Dans | Type | Description |
|---|---|---|---|
| email* | path | string | Suppressed email |
Exemple curl
curl -X DELETE https://api.sporee.fr/suppressions/<email> \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 204 | No Content | — |
| 400 | Bad Request | echo.HTTPError |
| 401 | Unauthorized | echo.HTTPError |
| 404 | Not Found | echo.HTTPError |
Source machine : openapi.json · opération removeSuppression