Skip to main content
DELETE
/
company
/
{company_id}
/
data-planes
/
{data_plane_id}
/
default-compute-pool
Clear the company's default compute pool for a data plane
curl --request DELETE \
  --url https://api-dev.narrative.io/company/{company_id}/data-planes/{data_plane_id}/default-compute-pool \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.narrative.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
integer<int64>
required

The id of an existing company

data_plane_id
string<uuid>
required

The data plane whose company-level default is being cleared.

Response

Default cleared