Skip to main content
DELETE
/
2023-11
/
admin
/
shops
/
{id}
Delete
curl --request DELETE \
  --url https://api-staging.genuka.com/2023-11/admin/shops/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "body_html",
  "handle": "handle-herzcde",
  "metadata": {
    "shopifyId": "id"
  },
  "title": "Title"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-company
string
Example:

"{{companyId}}"

Path Parameters

id
string
required

Body

application/json
content
string
Example:

"body_html"

handle
string
Example:

"handle-herzcde"

metadata
object
title
string
Example:

"Title"

Response

200 - undefined