Skip to main content
DELETE
/
api
/
auto-apply
/
profiles
/
{id}
Delete an auto-apply profile
curl --request DELETE \
  --url https://connect.jobo.world/api/auto-apply/profiles/{id} \
  --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

id
string<uuid>
required

Profile ID

Response

Profile deleted

message
string