Deleting a Schema

Scope: Schema
DELETE https://api.lucentcms.com/api/schemas/:key

In order to delete an existing Schema, the following headers are required:

Lucent-Channel: {channel-id}
Lucent-User: {sys-user-key}
Authentication: Bearer {sys-user-secret}
Accept-Language: en-US

Below you can find a demo request and a demo response.

Demo Request

DELETE /api/schemas/taxons

Lucent-Channel: {channel-id}
Lucent-User: {sys-user-key}
Authentication: Bearer {sys-user-secret}
Accept-Language: en-US

Demo Response

204 No Content