cURL
curl --request DELETE \ --url https://api.payrollintegrationsapp.com/v1/employer-identifiers/{employer_identifier}/invites/{invite} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "errors": [ "<string>" ] }
Deletes an employer identifier invite
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Employer identifier invite deleted successfully