VotePipe
Back to Callbacks Endpoints

DELETE /v1/callbacks/:id

Full Scope Required

Permanently delete a callback configuration. Once deleted, VotePipe will no longer send vote data to the configured endpoint. This action cannot be undone, so make sure you want to remove the callback before proceeding. Use this endpoint when a callback is no longer needed, when migrating to a new endpoint, or when cleaning up test configurations.

Request

http
DELETE https://api.votepipe.com/v1/callbacks/1 Authorization: Bearer mr_live_your_api_key_here

Response (200 OK)

json
{ "data": { "message": "Callback deleted" } }

Learn More