Skip to main content
DELETE
/
api
/
common
/
crop
/
{id}
Delete crop
curl --request DELETE \
  --url https://localhost:8080/api/common/crop/{id}
{
  "id": 123,
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://hoversprite.mintlify.app/llms.txt

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

Path Parameters

id
integer<int64>
required

Response

200 - */*

OK

id
integer<int64>
name
string