Available in Classic and VPC
Delete project.
Request
This section describes the request format. The method and URI are as follows:
| Method | URI |
|---|---|
| DELETE | /common/v2/projects/{projectId} |
Request headers
For information about the headers common to all Simple & Easy Notification Service APIs, see Simple & Easy Notification Service request headers.
Request path parameters
You can use the following path parameters with your request:
| Field | Type | Required | Description |
|---|---|---|---|
projectId |
String | Required | Project ID
|
Request example
The request example is as follows:
curl --location --request DELETE 'https://sens.apigw.ntruss.com/common/v2/projects/c665f4dc-****-****-****-b1c7880a9b4a' \
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
Response
This section describes the response format.
Response status codes
For information about the HTTP status codes common to all Simple & Easy Notification Service APIs, see Simple & Easy Notification Service response status codes.
Response example
If the response is successful, the project is deleted along with the message 204 No Content.