v2

latestOpenAPI 3.0.0raw.githubusercontent.com2024-01-0511518.9 KB

Deletes a file attachment to a question response

delete/submissions/{submissionId}/sections/{sectionId}/questions/{questionId}/attachment

Path parameters

submissionIdstring required

The submission ID of the question being answered

sectionIdstring required

The Section ID of the question being answered

questionIdstring required

The ID of the question being answered

Response

success

attachmentDeletedboolean

Example response

{
  "attachmentDeleted": true
}