# Delete account (tenant) metadata Remove a key-value pair from an account's (tenant's) metadata. Provide the account (tenant) ID and the metadata key as path parameters. An environment token is required for this route and can be obtained from the environment authentication route. Endpoint: DELETE /resources/tenants/v1/{tenantId}/metadata/{key} Security: bearer ## Path parameters: - `tenantId` (string, required) - `key` (string, required) ## Response 404 fields