SpiraPlan: ImportExport SOAP Web Service
See all operations
Document_DeleteFromArtifact
Description
Deletes an attachment from an artifact. The attachment will still remain in the project
spiraImportExport.Document_DeleteFromArtifact(attachmentId2, (int)DataModel.Artifact.ArtifactTypeEnum.TestCase, testCaseId1);
Parameters
Type | Name | Required |
---|---|---|
int | attachmentId - The id of the attachment to delete | Yes |
int | artifactTypeId - The ID of the type of artifact being deleted | Yes |
int | artifactId - The ID of the artifact to delete | Yes |