Delete the prompts from the specified prompt directory.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" #include "CA_access_db.h" int CA_Delete_Prompt_Dir( char *prompt_dir_name, unsigned char language );
This subroutine deletes prompts from the prompt directory specified. If the language parameter is set to DEFAULT_PROMPT_LANGUAGE, the prompt directory and all its default prompts are deleted. Otherwise, only derived prompts for the language specified are deleted.
CA_ACCESS_NOBUFS
CA_INV_ADDR
CA_INV_PROMPT_DIR
CA_INV_REQUEST
CA_LANG_NOT_FOUND
CA_LANG_NOT_IN_USE
CA_NO_MSG_RECV
CA_NOT_INIT
CA_PROMPT_DIR_NOT_FOUND
CA_REQ_FAILED
CA_TERMINATING
CA_UPDATE_XREFS_FAILED