Skip to content
Management API Reference

[Alpha] Delete a worker

delete/v2/projects/{ref}/workers/{name}

Tombstones the worker. Its instances and image are torn down asynchronously.

OAuth scopes

  • edge_functions:write

The fine-grained token must include the following permissions to access this endpoint:

  • workers_write

Path parameters

  • ref
    Required
    string

    Project ref

  • name
    Required
    string

Response codes

  • 204
  • 401
  • 403
  • 429

Response (204)

{}