# Series Delete

A series can be deleted with this service call.

Simply provide the the series id or series slug to the service via an authorized HTTP DELETE and the series will be deleted.

# Series Delete Request

DELETE https://api.backtracks.fm/v1/proxy/<series_id> HTTP/1.1
Accept: application/json
Authorization: JWT <your backtracks access token>...

# Series Delete Response

HTTP/1.1 204 No Content
Location: https://api.backtracks.fm/v1/proxy/<series_id>
Content-Type: application/hal+json; charset=utf-8