REST API
Infra APIProjects

Remove Project source

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

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

project_id*string

Project ID

Response Body

application/json

application/json

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