Skip to main content
DELETE
/
api
/
auto-apply
/
sessions
/
{sessionId}
Delete an auto-apply session
curl --request DELETE \
  --url https://connect.jobo.world/api/auto-apply/sessions/{sessionId} \
  --header 'X-Api-Key: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://jobo.world/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Path Parameters

sessionId
string<uuid>
required

The session ID to delete

Response

Session deleted

message
string