Autumn's V2 API is live in beta. We recommend using this version.
const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.useautumn.com/v1/features/{feature_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"success": true
}const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.useautumn.com/v1/features/{feature_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs-v1.useautumn.com/llms.txt
Use this file to discover all available pages before exploring further.
archived field to true.