---
title: "Remove Property (External)"
method: DELETE
path: "/configurations/{externalId}/properties/{key}/external"
tags: ["external", "Configuration Stores"]
---

# Remove Property (External)

`DELETE /configurations/{externalId}/properties/{key}/external`

Removes a property from the configuration store via external API key authentication

## Path parameters

- `externalId` string, required
- `key` string, required

## Query parameters

- `api_key` string
- `workspaceId` integer, required

## Headers

- `X-API-KEY` string

## Response `200`

Property removed successfully

## Other responses

- `401` — Invalid API key
- `404` — Configuration store or property not found

---

[API](https://skmtc.net/laminar/apis/laminar-api.md) · [All operations](https://skmtc.net/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laminar/laminar-api/versions/f0b9f895fdd8/schema)
