Skip to content
Management API Reference

Delete a function

delete/v1/projects/{ref}/functions/{function_slug}

Deletes a function with the specified slug from the specified project.

OAuth scopes

  • edge_functions:write

Path parameters

  • ref
    Required
    string

    Project ref

  • function_slug
    Required
    string

    Function slug

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

1
{}