Skip to main content

Delete CIMToken for CreditCardCIMToken UUID


ApiScope: payment.cimtoken.write
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
Request Body required
    creditCardCimTokenUuid string
    requesterUuid string
    customerUuid string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
DELETE /v4/departments/:departmentUuid/credit-card-cim-tokens

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
departmentUuid — path required
Body required
{
"creditCardCimTokenUuid": "string",
"requesterUuid": "string",
"customerUuid": "string"
}
curl / cURL
curl -L -X DELETE '/payment/v4/departments/:departmentUuid/credit-card-cim-tokens' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"creditCardCimTokenUuid": "string",
"requesterUuid": "string",
"customerUuid": "string"
}'