Skip to main content
DELETE
/
plants
/
{id}
Delete Plant
curl --request DELETE \
  --url https://api.flowmod.ai/plants/{id} \
  --header 'apikey: <api-key>'

Authorizations

apikey
string
header
required

Organization-specific API key for Evolution API access

Path Parameters

id
string
required

The ID of the plant to delete

Response

Plant deleted successfully