deleteApplicationById method

  1. @override
Future<ApplicationV1> deleteApplicationById (
  1. String correlationId,
  2. String applicationId
)
override

Deleted an application by it's unique id.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • id an id of the application to be deleted Return Future that receives deleted application Throws error.