Last updated 4 months ago
Delete an individual Edge Function from the specified configuration
Edge Function deleted successfully
Information about successful delete operation
"Successfully deleted entry"
const response = await fetch('/api/v4.0/conf/{config}/edge-functions/{entry_id}', { method: 'DELETE', headers: {}, });