Skip to content
Developerhome
X3

File deletion

  Less than to read

  • Requirements for this step:

    • Url of API to call to delete the file obtained as shown in the previous step Files listing

    • A valid access token “XXXXXXX” for this endpoint obtained as shown in the previous step Token management

  • API call examples:

    • By curl command:

          curl -X DELETE -LH "Authorization: Bearer XXXXXXX" https://api.customerregion-sagex3.com/v1/datadelivery/SEED/?filename=97.txt
      
          HTTP 204
      
    • By Postman Files listing