Deleting an ETL instance by using API


Use the Delete API to delete the specified ETL instance. This API deletes only the ETL instance. It does not delete the entities that are imported by the ETL.

Before you begin

Ensure that the following requirements are met:

  • The appropriate read or write activity is assigned to your user role to access the API. The user account must have the following permissions (through user roles):
    • READ: capacity_optimization.admin.etls_read or capacity_optimization.admin.admin_section_read
    • WRITE: capacity_optimization.custom_etl.edit or capacity_optimization.admin.admin_section_edit

For information about the user roles and permissions, see Default-user-roles-and-permissions.

Delete an ETL instance

delete/opt/api/v1/backend/etls/<etl-id>/instance

Deletes the specified ETL instance. 

Request URL
https://<host_name>/opt/api/v1/backend/etls/<etl-id>/instance
Example request URL
https://hostname.bmc.com/opt/api/v1/backend/etls/277/instance
Request Header
Content-Type: application/json
Authorization: Bearer <jwttoken>

Response

HTTP code

Message

Description

204

OK

Request succeeded

400


ETL not found

500


Error



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Helix Continuous Optimization 22.4