srs_knowledge/DeleteInstance Service

File: srs_knowledge/DeleteInstance.srv

Raw Message Definition

# string map
string objectName

## optional. only use when you know exactly what you are doing
string objectURI

---

# if -1, failed to delete for unexpected reasons.
# 0: successful
# 1: object does not exist
int32 status

Compact Message Definition

string objectName
string objectURI

int32 status