Delete Look

Version 4.0.25.2 (latest)

Permanently Delete a Look

This operation permanently removes a look from the Looker database.

NOTE: There is no "undo" for this kind of delete.

For information about soft-delete (which can be undone) see update_look().

Request

DELETE /looks/{look_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
look_id
string
Id of look

Response

Datatype
Description
(string)
string
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples