type
DeleteEnvelope
type DeleteEnvelope struct {
ID string `json:"id"`
Deleted bool `json:"deleted"`
}A stable acknowledgement for deleting one owned resource.
Source protocol/envelope.go:196
IDstring- The ID value.
Deletedbool- The Deleted value.