Delete Document
Delete a document - remove a document and files from your account
- Overview
-
Removes this document from your account. This will remove all files and data associated with this document. This action cannot be undone.
- End Point
- https://goodsign.io/api/document/:uuid/delete
- Method
- POST
- Authentication
- Bearer your_api_token
- Response
-
{ "success": true, "msg": "Your document has been deleted", }
-
Working Curl Request
Remove the (opt) from a parameter to use it -
curl --url https://goodsign.io/api/document//delete \ --header 'authorization: Bearer YOUR_API_TOKEN'