Saltar al contenido principal
DELETE
/
plants
/
{id}
cURL
curl --request DELETE \
  --url http://sandbox.mintlify.com/plants/{id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.doko-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
integer<int64>
requerido

ID of plant to delete

Respuesta