Delete CIMToken for CreditCardCIMToken UUID
ApiScope: payment.cimtoken.write
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
application/json
Request Body required
creditCardCimTokenUuid string
requesterUuid string
customerUuid string
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
DELETE /v4/departments/:departmentUuid/credit-card-cim-tokens
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
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"
}'
python / requests
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"
}'
go / native
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"
}'
nodejs / axios
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"
}'
ruby / Net::HTTP
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"
}'
csharp / RestSharp
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"
}'
php / 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"
}'
java / OkHttp
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"
}'
powershell / RestMethod
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"
}'