Skip to main content

Delete Event Schedule

DELETE 

https://app.infodeck.io/api/organizations/:organizationId/event-schedules/:eventScheduleId

Delete event schedule

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    eventScheduleId stringrequired

    The ID of event schedule.

Responses

Schema
    data objectrequired

    Data of the event schedule.

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X DELETE 'https://app.infodeck.io/api/organizations/:organizationId/event-schedules/:eventScheduleId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!