DELETE /options/{id}

Delete a custom option by its ID.

Path parameters

  • id integer Required

Responses

  • 200

    Custom option deleted successfully

  • 404

    Custom option not found

  • 500

    Error occurred while deleting the custom option

DELETE /options/{id}
curl \
 -X DELETE http://api.example.com/options/{id}