v1
Schema Management

Delete User Schema V1

Delete a schema.

Soft deletes the schema by marking it as archived. The schema data and
associated graph nodes/relationships are preserved for data integrity.
User must have write access to the schema.
delete/v1/schemas/{schema_id}

Path parameters

schema_idstring required

Response

Schema deleted successfully

{"stackTrail":"paths:/v1/schemas/{schema_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes