Delete a vector action (manager)

DELETE /manager/vectors/{vector_id}/actions/{action_id}

Path parameters

  • vector_id integer(int32) Required

    The id of the vector

  • action_id integer(int32) Required

    The id of the vectorAction

Responses

  • 204

    No content

  • 401 application/json

    Unauthorized.

    Hide response attribute Show response attribute object
    • message string
  • 403

    Forbidden - You don't have permission to access this route

  • 404

    Not found

DELETE /manager/vectors/{vector_id}/actions/{action_id}
curl \
 --request DELETE 'https://domain.tld/api/v2/manager/vectors/{vector_id}/actions/{action_id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthorized."
}