Skip to main content
DELETE
/
jobs
/
{id}
Delete a job
curl --request DELETE \
  --url https://api-service.fribl.co/api/v1/jobs/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "message": "Successfully deleted Job with ID: 550e8400-e29b-41d4-a716-446655440000",
  "data": {}
}

Authorizations

X-API-KEY
string
header
required

API key in UUID format. Include this header with every authenticated request.

Path Parameters

id
string<uuid>
required

Unique identifier of the job to delete.

Response

Job deleted successfully.

message
string
required
Example:

"Successfully deleted Job with ID: 550e8400-e29b-41d4-a716-446655440000"

data
object
required