Deletes an existing service call type.
The service call type is specified by its key (callTypeID), which is contained in the ServiceCallTypeParams object passed to the method.
Deletes an existing service call type.
The service call type is specified by its key (callTypeID), which is contained in the ServiceCallTypeParams object passed to the method.
| Visual Basic |
|---|
Public Sub DeleteServiceCallType( _ ByVal pIServiceCallTypeParams As ServiceCallTypeParams _ ) |
If the type is linked to a specific service call, it cannot be deleted.
| Deleting a service call type (C#) | ||
|---|---|---|
| ||