Skip to main content
DELETE
/
v0
/
stores
/
{id}
Delete a store
curl --request DELETE \
  --url https://api.pixxel.space/v0/stores/{id} \
  --header 'Authorization: <api-key>'
{
  "error": {
    "code": "<string>",
    "details": "<unknown>",
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pixxel.space/llms.txt

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

📚 View developer guide to learn more

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Delete Store id

Response