Delete: Delete Usecase

In this API, we delete an existing use case from the AION platform.

Endpoint:

/aion_core/usecase/delete_usecase

Input:

  • Query Parameters:
    • usecaseId (string, required) – The unique identifier of the use case to be deleted
    • usecaseVersion (integer, optional) – The specific version of the use case to delete (default: 1)

Output:

  • A confirmation message indicating successful deletion of the usecase

Here is the snapshot of this API in which we enter the usecaseId (mandatory) and optionally usecaseVersion, then click on Execute to trigger deletion: