HR API
Employments
Destroy
DELETE
/hr_api/v1/employments/:uuid
Deletes an existing Employment
Params
Property
Required
Details
Location
uuid
Must be a String
URL
Examples
DELETE /hr_api/v1/employments/:uuid {} 200 { "message": "Employment deleted" }
Headers
Header name
Required
Description
Username
The customer-specific username
Password
The password provided
Content-Type
Must be "application/json"
Supported Formats
json
Errors
Code
Description
401
Unauthorised
404
Not Found
422
Validation Error
500
Internal Server Error
504
Gateway Timeout
>