DELETE
/
headless
/
imports
/
{id}
/
Delete headless import
curl --request DELETE \
  --url https://app.dromo.io/api/v1/headless/imports/{id}/ \
  --header 'X-Dromo-License-Key: <api-key>'

Authorizations

X-Dromo-License-Key
string
header
required

This backend API key is different than your frontend license key. Please use the "Backend" license key from your Dromo Dashboard.

Path Parameters

id
string<uuid>
required

Headless import ID

Example:

"66d6300d-1414-4655-83b4-8c80fc527315"

Response

204

Headless import deleted successfully