cURL
curl --request DELETE \ --url https://demo1-api.payrollintegrationsdemo.com/v1/plans/{plan}/tpes/{tpe} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "errors": [ "<string>" ] }
Deletes a TPE relationship
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TPE relationship deleted successfully