delete https://{tenanturl}/v1.0/applications/
Entitlements required: manageAppAccessAdmin (Manage application lifecycle)
Responses
200Deletion is Successful.
401User not Authorised.
404Invalid App Id.
Entitlements required: manageAppAccessAdmin (Manage application lifecycle)
200Deletion is Successful.
401User not Authorised.
404Invalid App Id.
xxxxxxxxxx
curl --request DELETE \
--url https://tenant_url/v1.0/applications/applicationId \
--header 'accept: application/json'