Jump to Content
SquadCast.fm APIHomeSquadCast AppBlog
HomeDocumentationRecipesAPI ReferenceRelease Notes
HomeSquadCast AppBlogLog InSquadCast.fm API
Documentation
Log In
HomeDocumentationRecipesAPI ReferenceRelease Notes

Overview

  • Getting Started with SquadCast API
  • Release Notes
  • REST API

SquadCast App

  • Pilot Program
  • Descript Integration
  • DropBox Integration
  • Zapier Integration
  • Captivate Integration
  • SavvyCal Integration

API Guides

  • SquadCast API
  • Backwards Compatibility
  • Authentication
  • Overview

Troubleshooting

  • Troubleshooting the API

Webhooks

  • Overview
  • Events
    • Recording_Session.Created
    • Recording_Session.Deleted
    • Recording_Session.Updated
    • Recording_Session.Started
    • Recording_Session.Ended
    • Audio.Mixed
    • Audio.Mastered
    • Audio.Rendered
    • Video.Rendered
    • Participant.Joined
    • Participant.Left
    • Recording.Started
    • Recording.Stopped
    • Recording.Transferred
    • Squadshot.Taken
    • Show.Created
    • Show.Deleted
    • Show.Updated
Powered by 

Recording_Session.Deleted

Suggest Edits

recording_session.deleted

Returns a payload when a session is deleted with the sessionID

{
  "id": "Session ID",
  "name": "recording_session.deleted",
  "description": "a recording session has been deleted"
}

Updated almost 3 years ago