For the complete documentation index, see llms.txt. This page is also available as Markdown.

5. Delete profile

Api Delete Profile

delete
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
profile_idintegerRequired
Responses
200

Successful Response

application/json

Phản hồi thành công

successbooleanOptional

Trạng thái yêu cầu

Default: true
dataanyOptional
delete/profiles/{profile_id}
DELETE /profiles/{profile_id} HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "success": true,
  "data": null
}

Last updated