DELETE - Remove Asset from Application
Note: All body parameters need to be inside a 'data' object, as shown in the example request at the bottom.
Use this endpoint to remove an asset from an application
DELETE
https://api.readyplayer.me/v1/assets/:id/application
Path Parameters
Name
Type
Description
id*
string
The id of the asset you want to update.
Request Body
Name
Type
Description
data.applicationId*
string
The id of the application you wish to remove the asset from.
Example Request Body
Last updated