# Remove an attachment that was not transmitted yet **DELETE /api-v1/swissdec/incidents/{incidentId}/attachments/{attachmentId}** ## Servers - Generated server url: https://wyzio.app (Generated server url) ## Parameters ### Headers - **WEAL-TOKEN** () API token (can be retrieved from account settings) - **TARGET-ORGANIZATION-ID** () ID of organization, for which the operation must be performed ### Path parameters - **incidentId** (integer(int64)) - **attachmentId** (integer(int64)) ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer(int64)) - **staffId** (integer(int64)) - **staffName** (string) - **staffAvsNumber** (string) - **domain** (string) - **state** (string) - **incidentDate** (string(date)) - **incapacityToWorkFrom** (string(date)) - **incidentScene** (string) - **description** (string) - **companyCaseId** (string) - **insuranceCaseId** (string) - **incidentCaseId** (string) - **testCase** (boolean) - **withoutContract** (boolean) - **processByDistributor** (boolean) - **insuranceCode** (string) - **endUserInformation** (string) - **detailInformation** (string) - **insuranceId** (string) - **insuranceCompanyName** (string) - **customerIdentity** (string) - **contractIdentity** (string) - **createdDate** (string(date-time)) - **declaredDate** (string(date-time)) - **lastSyncDate** (string(date-time)) - **processState** (string) - **awaitedParts** (string) - **awaitedUntil** (string(date-time)) - **requestId** (string) - **responseId** (string) - **attachments** (array[object]) - **dialogMessages** (array[object]) - **dialogReplyPending** (boolean) ### 400 400 Bad Request ### 401 401 Unauthorized ### 403 403 Access Denied ### 404 404 Not Found ### 500 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)