/
/ComfyUI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
assets23
auth5
billing11
extensions3
history5
hub13
internal6
model5
node8
prompt3
queue8
settings9
subgraph2
system4
task2
upload2
user5
userdata8
view6
workflows11
workspace18
  • getList workspace API keys
  • postCreate a workspace API key
  • deleteDelete a workspace API key
  • getList pending workspace invites
  • postInvite a user to the workspace
  • deleteCancel a workspace invite
  • postLeave the current workspace
  • getList workspace members
  • getList API keys for a workspace member
  • deleteBulk revoke a member's API keys
  • deleteRemove a member from the workspace
  • patchUpdate a workspace member's role
  • getList workspaces the user belongs to
  • postCreate a new workspace
  • getGet a workspace by ID
  • deleteDelete a workspace
  • patchUpdate workspace settings
  • postAccept a workspace invitation
    workspace

    Delete a workspace API key

    [cloud-only] Revokes and deletes a workspace API key.

    delete/api/workspace/api-keys/{id}

    Path parameters

    idstring required

    The API key ID.

    Response

    API key deleted

    Changes