Skip to main content
DELETE
/
app-data-schemas
/
{idOrKey}
Archive app data schema by selector
curl --request DELETE \
  --url https://api.getmembrane.com/app-data-schemas/{idOrKey} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

idOrKey
string
required

App data schema ID or key

Response

200 - undefined