curl --request DELETE \
--url https://api-dev.narrative.io/company/{company_id}/data-planes/{data_plane_id}/default-compute-pool \
--header 'Authorization: Bearer <token>'Clears the company-level default compute pool for the given data plane. After this call, jobs whose pool is
resolved through the company-level default (level 3 of the resolution chain) on data_plane_id will fall through
to the data-plane default (level 4).
Idempotent: clearing when no default is set is a no-op and still returns 204 No Content.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of an existing company
The data plane whose company-level default is being cleared.
Default cleared
Was this page helpful?