Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.metal.ai/v1/enrichments/{id} \ --header 'x-metal-api-key: <api-key>' \ --header 'x-metal-client-id: <api-key>'
{ "data": { "id": "<string>" } }
Deletes an enrichment value by id.
The Client ID of your API key.
The secret value of your API key.
The enrichment value id.
The resource was deleted.
Show child attributes