/
/@vendure-io/api — public
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 10h ago · Updated 1d ago
Assets1
Customers Me3
Enterprise Plugins3
License Binding2
Licenses5
Org Team9
Partners Me4
Partners Me Activities4
Partners Me Plugins6
Partners Me Showcases7
Projects16
  • getList caller-customer projects (paginated)
  • postCreate a new project for the caller customer
  • getProject detail (must belong to caller customer)
  • deleteDelete a project
  • patchUpdate a caller-owned project (name and/or description)
  • getCurrent phone-home JWT for a caller-owned project
  • postMint a per-env phone-home JWT (GTM-440)
  • getList install tokens for a project
  • postCreate an install token (plaintext returned ONCE)
  • deleteRevoke an install token (soft transition, returns the revoked row)
  • patchRename an install token label
  • getEvery currently-held seat for a caller-owned project, across every env it has activated in (GTM-444).
  • postRevoke the caller-owned project binding for one env so the next activate call succeeds (GTM-444).
  • postRuntime phone-home verification called by EE deployments
  • postMint a short-lived (max 72h) hub-signed break-glass token so license-guard can boot in soft mode while phone-home is failing (ECO-114).
  • getList recent break-glass token issuances and revocations for a project (ECO-114).
Protected Assets1
Public Enthusiasts3
Public Partners5
Public Plugin Categories1
Public Plugins3
Public VXP Awards2
Users Me6
Users Me Activities3
Users Me Sessions1
Well-Known1
    Projects

    Delete a project

    delete/v1/projects/{id}

    Path parameters

    idstring required

    Response

    Project deleted

    Changes