Delete PID
After the conversion request, you will receive a PID with which you can delete the file.
Example request
curl -X DELETE "https://convert.tigerra.com/delete-pid/1:7a005b208e60445389c7930b376f91e4" \
-H "Authorization: Bearer your-token"
Receive parameters (status 200)
success
bool
True or false if the PID was deleted.
message
string
If success is false, the message will contain the error message.