Skip to main content
DELETE
https://connect.jobo.world
/
api
/
auto-apply
/
profiles
/
{id}
curl -X DELETE https://connect.jobo.world/api/auto-apply/profiles/a1b2c3d4-5678-90ab-cdef-1234567890ab \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "message": "Profile deleted"
}
id
string
required
Profile ID (UUID) to delete.
message
string
Confirmation message.
curl -X DELETE https://connect.jobo.world/api/auto-apply/profiles/a1b2c3d4-5678-90ab-cdef-1234567890ab \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "message": "Profile deleted"
}