Python
client.metadata_taxonomies.delete_metadata_taxonomy_node( namespace, taxonomy_key, country_node.id )
{ "type": "error", "status": 400, "code": "item_name_invalid", "message": "Method Not Allowed", "context_info": { "message": "Something went wrong" }, "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/", "request_id": "abcdef123456" }
メタデータ階層ノードを削除します。これは完全削除であり、元に戻すことはできません。削除できるのは、子を持たないメタデータ階層ノードのみです。
The access token received from the authorization server in the OAuth 2.0 flow.
メタデータ階層の名前空間。
メタデータ階層のキー。
メタデータ階層ノードの識別子。
メタデータ階層ノードが正常に削除された場合は、空のレスポンスを返します。
このページは役に立ちましたか?