REST API
Infra APIProjects

Delete a Project

DELETE/api/v1/serverless/projects/{project_id}

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

project_id*string

Project ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/serverless/projects/string"
Empty
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}