Connectors
...
Actions
Remove Tag from Attribute
4 min
description removes a specified tag from an attribute in misp by utilizing the provided attributeid and tagid endpoint url attributes/removetag/{{attributeid}}/{{tagid}} method post inputs path parameters (object) – required attributeid (string) – required tagid (string) – required headers (object) – required accept (string) – required content type (string) – required output example \[ { "saved" true, "success" "tag removed ", "check publish" true, "errors" "tag could not be added " } ] output parameters saved (boolean) success (string) check publish (boolean) errors (string)