API / Identities

DELETE

/identities/{id}/addresses/{localPart}

Remove an allowed From address

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
id*pathstringIdentity ID
localPart*pathstringAddress local-part

Exemple curl

curl -X DELETE https://api.sporee.fr/identities/<id>/addresses/<localPart> \
  -H "Authorization: Bearer $SPORE_API_KEY"

Réponses

StatutDescriptionType
204No Content
404Not Foundecho.HTTPError

Source machine : openapi.json · opération removeIdentityAddress