Delete Dataset
DELETE/schema-query/api/query/:database_id/:schema_name/:id
Permanently removes the specified schema definition from the system using its unique identifier.
🔗 Resource Routing Context
- Query Database ID Path Identifier:
51MC4NECO0COA6ULSU30P4Q8OB
The unique identifier of the target database. Directs the execution actions precisely to the corresponding database. - Query Schema Name Path Identifier:
usersThis routing key represents the schema name.
Request
Responses
- 200
- 400
- 404
- 422
Document record context safely removed from active persistence indexing matrix tables.
Invalid request. Erroneous document tracking input variables mapping structure.
The targeted database documentation tracking index entry structure was not found.
Validation protocol exception parsing context variables tracking failure.