Delete a parameter

DELETE /api/synthetics/params/{id}

Delete a parameter from the Synthetics app. You must have all privileges for the Synthetics feature in the Observability section of the Kibana feature privileges.

Path parameters

  • id string Required

    The ID for the parameter to delete.

DELETE /api/synthetics/params/{id}
curl \
 --request DELETE 'https://localhost:5601/api/synthetics/params/{id}' \
 --header "Authorization: $API_KEY"