Delete a table or view

delete/sessions/{sessionId}/data/{libref}/{tableName}
Internal-Use Only

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

1No example avaliable

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 ContentThe table or view was deleted.
404Not FoundNo resource exists at the requested path.Schema