删除个人简历
POST
/api/system/resume/delete/
请求参数
Header 参数
User-Id
string
必需
示例值:
11
Body 参数application/json
id
string
可选
name
string
姓名
label
string
标签
resume_name
string
简历名称
avatar
string
头像地址
salary
string
薪资区间
area_id
string
地区id
job_history
array[string]
工作经历
no_job_history
array[string]
非工作经历
education_history
array[string]
教育经历
other
string
其他
示例
{
"id": "2"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/system/resume/delete/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "2"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-12-10 14:14:04