Skip to main content
DELETE
Delete a function
Requires an API key with the environment:functions:delete scope. Learn more about API key scopes.
Deletes a deployed function and enqueues its async teardown. Functions managed by nango deploy (repo source) cannot be deleted through this endpoint.

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

Path Parameters

uniqueKey
string
required

The integration ID (unique_key) that you created in Nango.

name
string
required

The name of the function.

Query Parameters

type
enum<string>
required

Required to disambiguate a sync and an action that share a name. On-event functions are not yet supported.

Available options:
sync,
action

Response

Successfully enqueued the function deletion

data
object
required