Remove a deployed function.

delete/functions

Request body

namestring

Name of deployed function

deleteBucketsboolean

Delete linked buckets

Example request

{
  "name": "nodeinfo",
  "deleteBuckets": false
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.