Skip to main content
DELETE
/
{alias}
/
checkout
/
payments
/
{paymentId}
/
config
/
{id}
Excluir configuração de pagamento
curl --request DELETE \
  --url https://api.dooki.com.br/v2/{alias}/checkout/payments/{paymentId}/config/{id} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.yampi.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

paymentId
integer
required

ID da forma de pagamento

id
integer
required

ID da configuração de pagamento

Response

Configuração de pagamento excluída com sucesso