diff --git a/seeds/endpointType.js b/seeds/endpointType.js index 520de9247..5d22f2b63 100644 --- a/seeds/endpointType.js +++ b/seeds/endpointType.js @@ -249,18 +249,6 @@ const endpointTypes = [ { name: 'TP_CB_URL_SERVICES_PUT_ERROR', description: 'Participant callback URL where PUT /services/{ServiceType}/error can be sent' - }, - { - name: 'TP_CB_URL_PARTICIPANT_TYPE_ID_POST', - description: 'Participant callback URL where POST /participants/{Type}/{ID} can be sent (specific to thirdparty flows)' - }, - { - name: 'TP_CB_URL_PARTICIPANT_TYPE_ID_PUT', - description: 'Participant callback URL where PUT /participants/{Type}/{ID} can be sent (specific to thirdparty flows)' - }, - { - name: 'TP_CB_URL_PARTICIPANT_TYPE_ID_PUT_ERROR', - description: 'Participant callback URL where PUT /participants/{Type}/{ID}/error can be sent (specific to thirdparty flows)' } ]