VotePipe
Back to Provider Endpoints

DELETE /v1/providers/:key

Permanently delete a provider configuration. This action will remove the provider and all associated vote history from your account. Once deleted, the provider's webhook URL will no longer accept votes, and all historical vote data for that provider will be permanently removed. This action cannot be undone, so ensure you have exported any important vote data before proceeding. Use this endpoint when migrating away from a server list or cleaning up test configurations.

Request

http
DELETE https://api.votepipe.com/v1/providers/hytale-servers-pro Authorization: Bearer mr_live_your_api_key_here

Response (200 OK)

json
{ "data": { "message": "Deleted", "votes_deleted": 123 } }

Learn More