catalog.delete_folder (SSISDB Database)
Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory
Applies to: SQL Server
Deletes a folder from the Integration Services catalog.
catalog.delete_folder [ @folder_name = ] folder_name
[ @folder_name = ] folder_name
The name of the folder that is to be deleted. The folder_name is nvarchar(128).
None
None
This stored procedure requires one of the following permissions:
Membership to the ssis_admin database role
Membership to the sysadmin server role
Returns a message to confirm the deletion of the folder.