HHW
test
Copy Page
HHW
Start your Apidog journey
Sample APIs
Find pet by ID
GET
Add a new pet to the store
POST
Update an existing pet
PUT
Deletes a pet
DELETE
Finds Pets by status
GET
test
/plants
GET
/plants
POST
/plants/{id}
DELETE
chenlei
Fruit Resource
List
Delete
Add
test
Copy Page
/plants/{id}
DELETE
/plants/{id}
Try it
Run in Apidog
Run in Apidog
Deletes a single plant based on the ID supplied
Request
Path Params
Generate Code
Responses
🟢
204
No Content
application/json
Plant deleted
Body
Generate Code
ðŸŸ
400
Bad Request
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'/plants/'
Response
Response Example
204 -
Example 1
{
}
Modified atÂ
2025-04-28 02:56:15
Previous
/plants
Next
List