The ID of the application to delete.
Response
Indicates whether the call was successful.
success
if successful, error
if not.The response containing the ID of the deleted application.
Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.APP_NOT_FOUND
: The specified application does not exist.APP_ID_REQUIRED
: The application ID was not provided.DELETE_APP_FAILED
: The application could not be deleted.