SpiraPlan: SoapService 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(credentials, projectId, attachmentId2, (int)DataModel.Artifact.ArtifactTypeEnum.TestCase, testCaseId1);
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | projectId - The id of the project | Yes |
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 |