Back to Platform

DELETE /projects/preview/{id}

DELETE
/projects/preview/{id}

DELETE operation for /projects/preview/{id}

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://dev-rest.onboard.io/projects/preview/string"
{
  "id": 1,
  "preview_roadmap_id": "string",
  "options": "string",
  "tasks": "string",
  "parent_preview_save_at": "2021-01-01T00:00:00Z"
}
Empty
Empty
Empty

How is this guide?