Skip to main content
DELETE
/
v1
/
employer-identifiers
/
{employer_identifier}
/
invites
/
{invite}
Delete employer identifier invite
curl --request DELETE \
  --url https://api.payrollintegrationsapp.com/v1/employer-identifiers/{employer_identifier}/invites/{invite}
{
  "message": "<string>",
  "errors": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.payrollintegrations.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

employer_identifier
string
required
invite
string<uuid>
required

Response

Employer identifier invite deleted successfully