cURL
curl --request DELETE \ --url https://upay-sistema-api.onrender.com/api/v1/webhooks/subscriptions/{id} \ --header 'X-API-Key: <api-key>'
{ "message": "<string>" }
Remove uma assinatura de webhook
Chave de API obtida através do endpoint /api/credentials. Também aceita formato Bearer Token: Authorization: Bearer <api_key>
Assinatura removida com sucesso