cURL
curl --request DELETE \ --url https://api.example.com/api/block_schemas/{id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a block schema by id.
The block schema id
Successful Response
Was this page helpful?