Dezaktywowanie profilu kartowego o podanym id. Run in API Explorer

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/pgw/doc/axepta-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"axepta API MCP server": {
  "url": "https://bump.sh/pgw/doc/axepta-api/mcp"
}
Close
DELETE /merchant/{merchantId}/profile/id/{paymentProfileId}

Dezaktywowanie profilu OneClick lub recurring o podanym paymentProfileId.

Path parameters

  • merchantId string Required

    Identyfikator klienta

  • paymentProfileId string Required

    Identyfikator profilu kartowego,

    Maximum length is 36. Format should match the following pattern: ^[A-Za-z0-9\x2D]+$.

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