DELETE
/
schemas
/
{id}
curl --request DELETE \
  --url https://api.withflora.io/v1/schemas/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "message": "Schema deleted successfully",
  "status": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Example:

"c622793c-5e69-4670-bfa5-6e57b6fcbc74"

Response

200 - application/json
200
data
object
message
string
Example:

"Schema deleted successfully"

status
boolean
Example:

true