cURL
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": {} }
Permanently delete a job description and all associated data. This action cannot be undone.
API key in UUID format. Include this header with every authenticated request.
Unique identifier of the job to delete.
Job deleted successfully.
"Successfully deleted Job with ID: 550e8400-e29b-41d4-a716-446655440000"