Jump to Content
Prison Break API
API Reference
v1.0

Log InPrison Break API
API Reference
Log In
v1.0API Reference

Introduction

  • Prison Break API Documentation

Prison Break API Documentation

  • /episodes
    • Get all episodes.get
    • Add an episode.post
  • /episodes/{id}
    • Get a single episode by id.get
    • Update a single episode by id.put
    • Delete episode.del
  • /characters
    • Get all characters.get
    • Add a character.post
  • /characters/{id}
    • Get a single character by id.get
    • Update a single character by id.put
    • Delete character.del
  • /locations
    • Get all locations.get
    • Add a location.post
  • /locations/{id}
    • Get a single location by id.get
    • Update a single location by id.put
    • Delete location.del
  • /codes
    • Get all codes.get
    • Add a code.post
  • /codes/{id}
    • Get a single code by id.get
    • Update a single code by id.put
    • Delete code.del
Powered by 

Delete episode.

delete
https://prisonbreakapi.me/api/episodes/

Deletes a single episode by id.

Language
Click Try It! to start a request and see the response here!