Skip to main content
DELETE
/
items
/
{id}
/
extensions
/
{namespace}
Delete an extension namespace
curl --request DELETE \
  --url https://api.example.com/items/{id}/extensions/{namespace} \
  --header 'Authorization: Bearer <token>'
{
  "extensions": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

id
string
required
namespace
string
required

Response

Remaining extensions after deletion

extensions
object
required