cURL
curl --request DELETE \ --url https://api.documents.resistant.ai/v2/submission/{submission_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Permanently deletes the submission. Can be used, e.g., to remove a document before the configured retention period.
The access token received from the authorization server in the OAuth 2.0 flow.
Submission deleted.