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.
API key authentication. Generate keys from your account settings.
Include in header: Authorization: Bearer YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
The unique identifier of the account/team
Submission deleted
Show child attributes