DELETE /a/user-meta/tags/{Namespace}/{Tags}

Delete one or all tags for a given namespace (use * for all tags)

Path Parameters

  • Namespace (string, required) Delete tags from this namespace

  • Tags (string, required) Delete this tag

Response Example (200)

Response Type /definitions/restDeleteUserMetaTagsResponse

{
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.4.11 on 11-Mar-2025
Back to top