Skip to main content
POST
Typescript (SDK)

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Headers

Idempotency-Key
string

Makes this write safe to retry: a repeat with the same key replays the first response instead of creating a second resource. Scoped to the account, remembered for 24 hours; reusing a key with a different payload is an error.

Maximum string length: 255

Path Parameters

slug
string
required

The skill slug (e.g., "og-image-design").

Response

Skill uninstalled

object
string
required
id
string
required
slug
string
required
name
string
required
description
string | null
required
category
string | null
required
tags
string[] | null
required
version
string
required
creator_name
string | null
required
creator_avatar_url
string | null
required
install_count
integer
required
status
enum<string>
required
Available options:
draft,
published,
archived
install_status
string | null
required
external_source
string | null
required
external_url
string | null
required
created_at
string<date-time>
required