Delete a table or view

delete/sessions/{sessionId}/data/{libref}/{tableName}

Deletes a table or view. If you request to delete a table and you have proper permissions, then the data set is deleted. If you request to delete a view, then the view is destroyed.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
libref
string<object-id>
true

Specifies the libref for the request.

sessionId
string<object-id>
true

Specifies the ID of the session.

tableName
string<object-id>
true

Specifies the table or data set to update.

Responses

StatusMeaningDescription
204No Content

The table or view was deleted.

404Not Found

No resource exists at the requested path.

Schema