deleteCard

Perform various delete operations on card records.

Symitar eDocs References: Coming soon.

Operations

deleteCard

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteCard
200

Successful operation.

deleteCardAccess

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
CardLocatorintegerOptional
CardAccessLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteCardAccess
200

Successful operation.

deleteCardName

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
CardLocatorintegerOptional
CardNameLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteCardName
200

Successful operation.

deleteCardNote

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
CardLocatorintegerOptional
CardNoteLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteCardNote
200

Successful operation.

Last updated

Was this helpful?