Was this helpful?
Archive an integration
Integration token
Integration archived successfully
const response = await fetch('https://api.spike.sh/integrations/{token}/archive', { method: 'DELETE', headers: { "x-api-key": "text", "x-team-id": "text" }, }); const data = await response.json();