Saved Card Delete
Developing
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Body Params application/json
Request Code Samples
curl --location --globoff --request DELETE 'http://pay.tripingram.local/card/storage/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
{
"data": {
"success": true,
"message": "string",
"code": "string"
},
"success": true,
"code": 0,
"message": "string"
}
Modified at 2024-01-30 03:12:17