Delete A Section

delete(id)

const myClient // an authorized client instance
myClient.section.delete("valid_id")

Last updated