API / Identities
DELETE
/identities/{id}/addresses/{localPart}
Remove an allowed From address
Authentification : clé API Bearer requise.
Paramètres
| Nom | Dans | Type | Description |
|---|---|---|---|
| id* | path | string | Identity ID |
| localPart* | path | string | Address local-part |
Exemple curl
curl -X DELETE https://api.sporee.fr/identities/<id>/addresses/<localPart> \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 204 | No Content | — |
| 404 | Not Found | echo.HTTPError |
Source machine : openapi.json · opération removeIdentityAddress