🗄️ Datasources
Delete Datasource
This endpoint deletes a Datasource by its ID.
DELETE
/
v1
/
datasources
/
{id}
Header
Path
# Example Request
curl -X DELETE "https://api.getmetal.io/v1/datasources/{id}" \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>'
204 No Content
Auth Headers
x-metal-api-key
string
requiredAn API key for your org.
x-metal-client-id
string
requiredA Client ID for your org.
Params
id
string
requiredThe unique identifier of the Datasource you wish to delete.
# Example Request
curl -X DELETE "https://api.getmetal.io/v1/datasources/{id}" \
--header 'Content-Type: application/json' \
--header 'x-metal-api-key: <api-key>' \
--header 'x-metal-client-id: <client-id>'
204 No Content