Delete
Delete
DELETE
/api/payments/{paymentId}
Access Permissions
Role
Description
ADMIN
관리자
MANAGER
CS 담당자
SELLER
판매자
Request Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Path Variable
Name
Type
Description
paymentId
Long
Payment ID
Response
{
"status": 200,
"data": {
"결제삭제완료"
},
"error": null,
"timeStamp": "2024-09-27 12:00:00"
}
Last updated