Endpoint Examples
Delete Plant
Delete a plant by id in the sample Plant Store API (OpenAPI playground demo)
DELETE
cURL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a plant by id in the sample Plant Store API (OpenAPI playground demo)
curl --request DELETE \
--url http://sandbox.mintlify.com/plants/{id} \
--header 'Authorization: Bearer <token>'This response has no body data.curl --request DELETE \
--url http://sandbox.mintlify.com/plants/{id} \
--header 'Authorization: Bearer <token>'This response has no body data.