Use case 22: Delete multiple extensions
To delete specific extensions, use the DELETE method and specify each extension ID separated by a comma.
Prerequisites
Get the Data Source ID.
Get the Extension IDs for the extensions that you want to delete.
Procedure
DELETE /api/em/v2/datasources/<Data Source ID>/extensions/<comma separated extension IDs>
Example:
In the following example, two extensions will be deleted from data source ID 101.
DELETE /api/em/v2/datasources/101/extensions/1234567,1234600