Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE 'https://api.example.com/scope-types/type_dept' \ -H 'Authorization: Bearer YOUR_TOKEN'
const axios = require('axios'); const { data } = await axios.delete('https://api.example.com/scope-types/type_dept', { headers: { 'Authorization': 'Bearer YOUR_TOKEN' }, });
{ "success": true }
Delete a scope type from the system
Was this page helpful?