SpiraPlan: SoapService SOAP Web Service
See all operations
CustomProperty_DeleteDefinition
Description
Deletes a custom property definition from the system, including any associated options
Does a hard delete
Example(s)
remoteCustomProperty = spiraImportExport.CustomProperty_DeleteDefinition(5);
Parameters
| Type | Name | Required |
|---|---|---|
| RemoteCredentials? | credentials - The credentials for accessing the API | |
| int | projectTemplateId - The id of the project template | Yes |
| int | customPropertyId - The id of the custom property to delete | Yes |