JavaScript
const options = {method: 'DELETE', headers: {'x-api-key': '<api-key>'}}; fetch('https://studyfetchapi.com/api/v1/components/{id}', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
Documentation IndexFetch the complete documentation index at: https://www.studyfetch.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.studyfetch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Key for server-to-server authentication. Resolves to the owning organization.
Component ID
Component deleted successfully
Was this page helpful?
Contact support