Skip to main content
DELETE
/
v1
/
events
/
{eventId}
/
sessions
/
{sessionId}
/
files
Remove files from a session
curl --request DELETE \
  --url https://api.zuddl.com/v1/events/{eventId}/sessions/{sessionId}/files \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397"
  }
]
'
{
  "timestamp": "2023-11-07T05:31:56Z",
  "message": "<string>",
  "description": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Provide your API key secret in the Authorization header

Path Parameters

eventId
string
required

Unique identifier of the event

sessionId
string
required

Unique identifier of the session

Body

application/json
id
string<uuid>

ID of the file

Example:

"d5e31ba5-2d1e-4918-bb60-dd1514b4b397"

Response

Files removed successfully