pydo.functions_access_key.delete()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Deletes an access key for a serverless functions namespace.
To delete an access key, send a DELETE request to /v2/functions/namespaces/{namespace_id}/keys/{key_id}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
namespace_id |
string | True | The ID of the namespace to be managed. | |
key_id |
string | True | The ID of the access key to be managed. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.