Skip to main content
DELETE
/
v1
/
plans
/
{plan}
/
tpes
/
{tpe}
Delete TPE relationship
curl --request DELETE \
  --url https://demo1-api.payrollintegrationsdemo.com/v1/plans/{plan}/tpes/{tpe} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "errors": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

plan
string<uuid>
required
tpe
string<uuid>
required

Response

TPE relationship deleted successfully