ZeroBounce Logo

Docs

Language Icon
  • Sign In
  • Sign Up Free

Languages

ZeroBounce ImageGetting Started
ZeroBounce ImageEmail List Validation
ZeroBounce ImageA.I. Email Scoring
ZeroBounce ImageEmail Finder
ZeroBounce ImageDomain Search
ZeroBounce ImageActivity Data
ZeroBounce ImageMulti-file upload
ZeroBounce ImageIntegrations
ZeroBounce ImageUsage Reports
ZeroBounce ImageYour ZeroBounce Account
ZeroBounce ImageEmail Validation API
ZeroBounce ImageEmail Finder API
ZeroBounce ImageDomain Search API
ZeroBounce ImageA.I. Scoring API
ZeroBounce ImageSend File
ZeroBounce ImageFile Status
ZeroBounce ImageGet File
ZeroBounce ImageDelete File
ZeroBounce ImageSuccess / Fail Response
ZeroBounce ImageSingle email scoring
ZeroBounce ImageActivity Data API
ZeroBounce ImageList Evaluator API
ZeroBounce ImageApi Dashboard
ZeroBounce ImageAPI Wrappers
ZeroBounce ImageAPI Migration
ZeroBounce ImageFAQ
ZeroBounce ImageSecuring Your Account
ZeroBounce ImageAbout ZeroBounce
ZeroBounce ImageDeliverability Tools
ZeroBounce ImageStatus Page
  • Email Validation Homepage
  • Separator
  • Docs
  • Separator
  • A.I. Scoring API
  • Separator
  • Delete File
A.I. Scoring API

A.I. Scoring API

A.I. Scoring API: Delete File

Are you trying to delete a file that you submitted via the ZeroBounce email scoringⓘ API? Once you’ve gathered your results, you can delete your file at any time.

The scoring deletefile API deletes the file that was submitted using scoring sendfile API. Before you begin, please note that the file can be deleted only when its status is Complete.

GET /V2/SCORING/DELETEFILE

API URL: https://bulkapi.zerobounce.net/v2/scoring/deletefile

To delete your email scoring API file, you will need:

  • your API key which you’ll be able to find in your account
  • the file ID you used when calling scoring sendfile API

URL Parameters

  • Parameter
    Required / Optional
    Description
  • api_key
    Required
    Your API Key, found in your account
  • file_id
    Required
    The returned file ID when calling scoring sendfile API

DELETE FILE CODE SAMPLES

Delete File Response

A.I. Scoring API: Delete File

ENDPOINT RESPONSE

Below we provide examples of both successful and unsuccessful responses for using the deletefile API.

This is an example of a successful response:


  {
      "success": true,
      "message": "File Deleted",
      "file_name": "test2",
      "file_id": "b222a0fd-90d5-416c-8f1a-9cc3851fc823"
  }
      

This is an example of an error response:


  {
      "success": false,
      "message": "File cannot be found."
  }
  

The ZeroBounce email scoringⓘ API allows you to investigate catch-all emailsⓘ in real time, at the point of entry. The API automates the scoring process, saves you time and adds the data to your email database almost instantly.

If you need help deleting your email scoringⓘ file, please reach out to our customer support team. We are available 24/7, 365 days a year, to answer any questions and guide you through the process.