Endpoint
DELETE/link/:link_id
APIs that can be used to work with State programmatically
This API method deletes a short link for the authenticated team.
Authorization required.
| Parameter | Description |
|---|---|
| link_id | Required |
curl -X 'DELETE' https://state.sk/api/link/link42 \
-H 'x-api-key: state_xxxxxxxxxx'
The confirmation message
{
"message": "OK"
}