cURL
curl --request DELETE \ --url https://api-service.fribl.co/api/v1/cvs/{id} \ --header 'X-API-KEY: <api-key>'
{ "message": "Successfully deleted CV with ID: 550e8400-e29b-41d4-a716-446655440000", "data": {} }
Permanently delete a CV 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 CV to delete.
CV deleted successfully.
"Successfully deleted CV with ID: 550e8400-e29b-41d4-a716-446655440000"