Prerequisites
- A Paradigm API key: if you do not have one, go to your Paradigm profile (
/settings/api-key
in your instance) and generate a new API key. - The desired document ID to delete: You can use the listing method to get the list of uploaded documents and be able to know the ID of the document you want to delete.
Usage methods
There are several ways to call the endpoint:- With the python
requests
package - Through a curl request: for quick testing or first-time use
Python requests
package
You can send request to the API endpoint through the requests
package.