Help us improve these docs. Take our quick survey.
cURL
curl --request POST \ --url https://api.example.com/objs/{object_id}/aliases/remove \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "project_id": "<string>", "aliases": [ "<string>" ] } '
{}
객체에서 별칭을 제거합니다.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
별칭을 제거하기 위한 요청 본문입니다(object_id는 경로에서 가져옵니다).
"entity/project"
["staging"]
성공 응답
The response is of type ObjRemoveAliasesRes · object.
ObjRemoveAliasesRes · object
이 페이지가 도움이 되었나요?