API Documentation
Authorisation
Taxation End Points
- Tax Rate
- Tax ID Validation
- Unified Tax Calculation
- Transactions
- Products
- Customers
- Invoices
- Returns
- Notifications
- Tax Calendar
- Checkouts
Communication End Points
Invoicing
Payment Links
Tax Rate
Delete Plant
Deletes a single plant based on the ID supplied
DELETE
/
plants
/
{id}
curl --request DELETE \
--url http://sandbox.mintlify.com/plants/{id} \
--header 'Authorization: Bearer <token>'
This response has no body data.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of plant to delete
curl --request DELETE \
--url http://sandbox.mintlify.com/plants/{id} \
--header 'Authorization: Bearer <token>'
This response has no body data.
Assistant
Responses are generated using AI and may contain mistakes.