cURL
curl --request DELETE \ --url https://api.withflora.io/v1/schemas/{id} \ --header 'Authorization: Bearer <token>'
{ "data": {}, "message": "Schema deleted successfully", "status": true }
Delete an existing schema
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"c622793c-5e69-4670-bfa5-6e57b6fcbc74"
200
The response is of type object.
object
Was this page helpful?