cURL
curl --request DELETE \ --url https://api.gcore.com/cloud/v1/faas/namespaces/{project_id}/{region_id}/{namespace_name} \ --header 'Authorization: <api-key>'
{ "tasks": [ "d478ae29-dedc-4869-82f0-96104425f565" ] }
Delete a namespace and all its associated functions. The namespace must be empty before it can be deleted.
Was this page helpful?