DELETE /{merchantId}/profile/id/{paymentProfileId}

Path parameters

  • merchantId string Required

    Identyfikator klienta

  • paymentProfileId string(uuid) Required

    Identyfikator profilu jako UUID v4

    Maximum length is 36. Format should match the following pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$.

DELETE /{merchantId}/profile/id/{paymentProfileId}
curl \
 --request DELETE 'https://api.imoje.pl/v1/merchant/{merchantId}/profile/id/{paymentProfileId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"