API / Webhooks

DELETE

/webhooks/endpoints/{id}

Delete a webhook endpoint

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
id*pathstringEndpoint ID

Exemple curl

curl -X DELETE https://api.sporee.fr/webhooks/endpoints/<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 deleteWebhookEndpoint