Available in Classic and VPC
Delete a Cloud Functions action.
Request
The following describes the request format for the endpoint. The request format is as follows:
| Method | URI |
|---|---|
| DELETE | /packages/{packageName}/actions/{actionName} |
Request headers
For headers common to all Cloud Functions APIs, see Cloud Functions common headers.
Request path parameters
The following describes the parameters.
| Field | Type | Required | Description |
|---|---|---|---|
packageName |
String | Required | Package name
|
actionName |
String | Required | Action name |
Request query parameters
The following describes the parameters.
| Field | Type | Required | Description |
|---|---|---|---|
platform |
String | Optional | Platform type
|
Request example
The following is a sample request.
curl -X DELETE 'https://cloudfunctions.apigw.ntruss.com/ncf/api/v2/packages/{packageName}/actions/{actionName}?platform=vpc' \
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Sub Account Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
Response
The following describes the response format.
Response status codes
The following describes the response status codes.
| HTTP status code | Code | Message | Description |
|---|---|---|---|
| 400 | 80302 | ACTION_PLATFORM_MISMATCH | Invalid platform parameter |
| 403 | 80002 | SUB_ACC_NO_PERMISSION | Resource viewing permission error |
| 404 | 80301 | ACTION_NOT_FOUND | Action not found |
| 500 | 81311 | ACTION_NAT_EXCEPTION | Failed to view subnet |
| 500 | 81312 | NAT_CREATE_FAIL | Failed to connect to subnet |
| 500 | 81313 | NAT_BEING_CREATED | Subnet being connected |
| 500 | 81314 | NAT_RETURN_FAIL | Subnet being disconnected |
Response example
The following is a sample response.
204 NO CONTENT