> ## Documentation Index
> Fetch the complete documentation index at: https://senegal-api.fewnu.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Ecole By Code

> Deletes a single plant based on the ID supplied



## OpenAPI

````yaml Get /ecoles/{code}
openapi: 3.0.1
info:
  title: OpenAPI Plant Store
  description: >-
    A sample API that uses a plant store as an example to demonstrate features
    in the OpenAPI specification
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://api-senegal.fewnu.app/api/
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````