Endpoint Examples
Delete Plant
Deletes a single plant based on the ID supplied
DELETE
/
plants
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of plant to delete
Deletes a single plant based on the ID supplied
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of plant to delete