How can we help?

Searching:

0 results found

Schema Definitions/Delete

DELETE /odata/schemaDefinitions/[schema definition id]

Description

Deletes the details of a specific Schema Definition, as specified by the Schema Definition ID. This Schema Definition ID is returned in the response of the SchemaDefinitions/Post.

Request – SchemaDefinitions/Delete
Property Type Description Mandatory
schema definition id String This is the unique identifier automatically assigned by Axonize when a Schema Definition is created. This schema definition ID is returned in the response of the Devices/Post.

 

Example JSON SchemaDefinitions/Delete Request

curl -X DELETE \

https://api.axonize.com/odata/schemaDefinitions/5df88b80e3b0cd1a80501234 \

-H ‘appId: 9b96eab8-fa25-4549-925d-da8ecf9a1234’ \

-H ‘authorization: Token’

 

Response ‒ SchemaDefinitions/Delete

Status 200 ‒ OK