BulkRemoveOrgMetadata
Bulk Delete Metadata
Deprecated: use organization service v2 DeleteOrganizationMetadata instead.
Remove a list of metadata objects from an organization with a list of keys.
Request Body
application/json
keys?keys
[key: string]?never
Response Body
application/json
application/json
curl -X DELETE "https://loading/metadata/_bulk" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?