DeleteOrganizationMetadata
Delete Organization Metadata
Delete metadata objects from an organization with a specific key.
Required permission:
org.write
Path Parameters
organization_id*string
Organization ID is the unique identifier of the organization whose metadata is to be deleted.
Query Parameters
keys?keys
Keys are the organization metadata entries to be deleted by their key.
Response Body
application/json
application/json
curl -X DELETE "https://loading/v2/organizations/string/metadata"{
"deletionDate": "1s"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?