cURL
curl --request DELETE \ --url https://www.useroulette.com/api/v1/accounts/{account_id}/form-submissions/{submission_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "<string>" } }
Permanently delete a form submission.
Show child attributes