API / Identities

DELETE

/identities/{id}

Delete a sending identity

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
id*pathstringIdentity ID

Exemple curl

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

Réponses

StatutDescriptionType
204No Content
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError
404Not Foundecho.HTTPError

Source machine : openapi.json · opération deleteIdentity