Delete Link Group
API for deleting a link group.
A link group lets you organize and manage multiple short links within a single group.
Use this API when you want to remove groups that are no longer needed or simplify your link management structure.
Deleting unused groups helps keep link management and analytics more organized.
Deleting a group does not remove the links that belong to it.
Links that were part of the deleted group will remain active but will no longer belong to any group.
The group to delete is specified using the Group IDX.
DELETE
/api/link-group/v1/delete?grpIdx={grpIdx}
{
"grpIdx": 5066
}
Request Parameters
- grpIdx integer required
- IDX of the link group to delete.
{
"code": 0,
"message": "",
"result": null
}
Response Parameters
- code integer
- Response code: 0 = Success, other values = Error
- message string
- Response message. If the response code is not 0, an error message is returned.
- result null